Update dependency biojppm/rapidyaml to v0.11.1 #163
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull Request | |
| on: | |
| pull_request: | |
| branches: | |
| - 'main' | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| jobs: | |
| build: | |
| name: Build | |
| if: ${{ !startsWith(github.head_ref, 'renovate/') }} | |
| uses: ./.github/workflows/build_untrusted.yml | |
| with: | |
| # If this is a pull_request event, use the PR head SHA | |
| commit: ${{ github.event.pull_request.head.sha || github.sha }} | |
| secrets: inherit |