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 becbcb4 commit 50383f8Copy full SHA for 50383f8
.github/workflows/update-release-status.yml
@@ -94,7 +94,6 @@ jobs:
94
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'
95
env:
96
GITHUB_TOKEN: ${{ github.token }}
97
- CHECK_RUNS_FAILED: ${{ env.check-runs-failed }}
98
run: |
99
if [[ "$CHECK_RUNS_FAILED" == "0" ]]; then
100
echo "All check runs succeeded"
0 commit comments