Skip to content

Commit

Permalink
[experimental] forgot to remove the cancellation code
Browse files Browse the repository at this point in the history
  • Loading branch information
daniperez committed Aug 16, 2023
1 parent cd6548c commit 4b6d190
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-vale-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
if [[ "$VALE_LAST_VERSION" == "$VALE_PYTHON_LAST_VERSION" ]]; then
echo "Same versions 🎉"
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
elif [ -n "$VALE_LAST_VERSION" ]; then # not-empty
echo "Versions differ, updating."
echo "VALE_LAST_VERSION=$VALE_LAST_VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4b6d190

Please sign in to comment.