We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519b2dd commit 6860411Copy full SHA for 6860411
1 file changed
.github/workflows/system-tests-pr.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
gather-refs:
9
name: Map Git branches to latest refs
10
+ if: ${{ github.event.label.name == 'trigger-system-tests' }}
11
runs-on: ubuntu-latest
12
outputs:
13
ref-precice: ${{ steps.ref-precice.outputs.shorthash }}
0 commit comments