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 364a703 commit aeb3581Copy full SHA for aeb3581
.github/workflows/nix.yml
@@ -113,5 +113,8 @@ jobs:
113
runs-on: ubuntu-latest
114
needs: [pre_job, develop, build]
115
steps:
116
+
117
+ - run: |
118
+ echo ${{ needs.*.status }}
119
- if: needs.pre_job.outputs.should_skip_develop != 'true' && needs.pre_job.outputs.should_skip_pr != 'true' && contains(needs.*.status, 'failure')
120
run: exit 1
0 commit comments