Skip to content

Commit 6860411

Browse files
Make the get-latest-components workflow conditional (#723)
1 parent 519b2dd commit 6860411

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/system-tests-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
gather-refs:
99
name: Map Git branches to latest refs
10+
if: ${{ github.event.label.name == 'trigger-system-tests' }}
1011
runs-on: ubuntu-latest
1112
outputs:
1213
ref-precice: ${{ steps.ref-precice.outputs.shorthash }}

0 commit comments

Comments
 (0)