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 f524a4c commit 6432c6bCopy full SHA for 6432c6b
.github/workflows/per-system-pipeline.yml
@@ -36,7 +36,7 @@ jobs:
36
37
examples:
38
needs: [build, test]
39
- if: ${{ always() && needs.build.result == 'success' }}
+ if: ${{ !cancelled() && needs.build.result == 'success' }}
40
uses: ./.github/workflows/examples.yml
41
secrets: inherit
42
with:
.github/workflows/release-per-system.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments