Skip to content

Commit

Permalink
Test concurrency to kill previous running actions on brnach
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Sep 28, 2024
1 parent 460454a commit e4fdfdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on: [pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files.
contents: write
Expand Down

0 comments on commit e4fdfdf

Please sign in to comment.