Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/system-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
gather-refs:
name: Map Git branches to latest refs
if: github.event.label.name == 'trigger-system-tests'
runs-on: ubuntu-latest
outputs:
ref-precice: ${{ steps.ref-precice.outputs.shorthash }}
Expand Down
1 change: 1 addition & 0 deletions changelog-entries/682.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Gate the `gather-refs` job in the System tests (PR) workflow on the `trigger-system-tests` label, so the workflow skips entirely for PRs labeled with anything else (e.g. "bug", "GSoC"), reducing GitHub API usage. #682