Skip to content

Commit 7bea769

Browse files
authored
Update release.yml
1 parent 5117eed commit 7bea769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
# Only run release if test workflow succeeded
2020
check-tests:
21-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
21+
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
2222
runs-on: ubuntu-latest
2323
outputs:
2424
tests-passed: ${{ steps.check.outputs.success }}
@@ -426,4 +426,4 @@ jobs:
426426
run: |
427427
curl -X POST -H 'Content-type: application/json' \
428428
--data "{\"text\":\"🚀 RAFT Toolkit ${{ needs.create-release.outputs.release-tag }} has been released!\"}" \
429-
${{ vars.SLACK_WEBHOOK_URL }}
429+
${{ vars.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)