Skip to content

Commit

Permalink
ci(all): Don't set the concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Mar 16, 2024
1 parent 8ccd3fa commit 91e7624
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Run all check workflows
on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check-elixir-phoenix:
uses: ./.github/workflows/check-elixir-phoenix.yml
Expand Down

0 comments on commit 91e7624

Please sign in to comment.