We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5117eed commit 7bea769Copy full SHA for 7bea769
.github/workflows/release.yml
@@ -18,7 +18,7 @@ env:
18
jobs:
19
# Only run release if test workflow succeeded
20
check-tests:
21
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ #if: ${{ github.event.workflow_run.conclusion == 'success' }}
22
runs-on: ubuntu-latest
23
outputs:
24
tests-passed: ${{ steps.check.outputs.success }}
@@ -426,4 +426,4 @@ jobs:
426
run: |
427
curl -X POST -H 'Content-type: application/json' \
428
--data "{\"text\":\"🚀 RAFT Toolkit ${{ needs.create-release.outputs.release-tag }} has been released!\"}" \
429
- ${{ vars.SLACK_WEBHOOK_URL }}
+ ${{ vars.SLACK_WEBHOOK_URL }}
0 commit comments