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 d3abee7 commit 4a06ef9Copy full SHA for 4a06ef9
.github/workflows/modgc.yml
@@ -175,16 +175,6 @@ jobs:
175
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
176
if: ${{ failure() }}
177
178
- result:
179
- if: ${{ always() }}
180
- name: ${{ github.workflow }} result
181
- runs-on: ubuntu-latest
182
- needs: [check]
183
- steps:
184
- - run: exit 1
185
- working-directory:
186
- if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
187
-
188
defaults:
189
run:
190
working-directory: build
0 commit comments