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 49efcc3 commit add25bbCopy full SHA for add25bb
.github/workflows/ci.yml
@@ -175,8 +175,6 @@ jobs:
175
-H "X-GitHub-Api-Version: 2022-11-28" \
176
"https://api.github.com/repos/${{ github.repository }}/actions/runs?status=success&per_page=1" | \
177
jq -r '.workflow_runs[0].id')
178
-
179
- echo "LAST_SUCCESSFUL_RUN_ID=$LAST_SUCCESSFUL_RUN_ID" >> $GITHUB_ENV
180
181
if [ -z "$LAST_SUCCESSFUL_RUN_ID" ]; then
182
echo "No successful runs found."
0 commit comments