Skip to content

Commit 3bb4ab5

Browse files
committed
System tests nightly: Remove unrelated condition
1 parent a39364f commit 3bb4ab5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/system-tests-latest-components.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
gather-refs:
1010
name: Map Git branches to latest refs
11-
if: ${{ github.event.label.name == 'trigger-system-tests' }}
1211
runs-on: ubuntu-latest
1312
outputs:
1413
ref-precice: ${{ steps.ref-precice.outputs.shorthash }}
@@ -81,7 +80,6 @@ jobs:
8180
8281
run-system-tests:
8382
name: Trigger system tests
84-
if: ${{ github.event.label.name == 'trigger-system-tests' }}
8583
needs: gather-refs
8684
uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop
8785
with:

0 commit comments

Comments
 (0)