Skip to content

Commit

Permalink
Remove old remnant overwritting CHECK_RUNS_FAILED
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Nov 29, 2023
1 parent becbcb4 commit 50383f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'
env:
GITHUB_TOKEN: ${{ github.token }}
CHECK_RUNS_FAILED: ${{ env.check-runs-failed }}
run: |
if [[ "$CHECK_RUNS_FAILED" == "0" ]]; then
echo "All check runs succeeded"
Expand Down

0 comments on commit 50383f8

Please sign in to comment.