Skip to content

Commit

Permalink
Revert "Limit concurrency on GitHub Actions"
Browse files Browse the repository at this point in the history
This reverts commit 44ed586.

Somehow it stopped working just now.
  • Loading branch information
messense committed Dec 3, 2021
1 parent 08faa09 commit b1d11a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
fmt:
name: Rustfmt
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
test:
name: Test
Expand Down

0 comments on commit b1d11a5

Please sign in to comment.