Skip to content

Commit

Permalink
remove cancelation
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 26, 2023
1 parent aa3f186 commit d6eb0a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/angular-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@ jobs:
message: "🤖 GITHUB ACTIONS format_prettier"
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}

- name: cancel run if commit is done so the second run is used
run: |
if ${{ steps.add_and_commit.outputs.committed }};then
gh run cancel ${{ github.run_id }}
fi
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit d6eb0a1

Please sign in to comment.