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 a39364f commit 3bb4ab5Copy full SHA for 3bb4ab5
.github/workflows/system-tests-latest-components.yml
@@ -8,7 +8,6 @@ on:
8
jobs:
9
gather-refs:
10
name: Map Git branches to latest refs
11
- if: ${{ github.event.label.name == 'trigger-system-tests' }}
12
runs-on: ubuntu-latest
13
outputs:
14
ref-precice: ${{ steps.ref-precice.outputs.shorthash }}
@@ -81,7 +80,6 @@ jobs:
81
80
82
run-system-tests:
83
name: Trigger system tests
84
85
needs: gather-refs
86
uses: precice/tutorials/.github/workflows/run_testsuite_workflow.yml@develop
87
with:
0 commit comments