Skip to content

Commit

Permalink
prevent out of order commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 22, 2024
1 parent 3170b22 commit 51b1fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ permissions:
# Allow action to write raw configs back to the repository.
contents: write

# Run commits in order to prevent out of order write back commits.
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: false

jobs:
shellcheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 51b1fce

Please sign in to comment.