Skip to content

Commit

Permalink
simplify concurrency config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Nov 15, 2024
1 parent 2c7f3ab commit 6e7aa2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on: [push]
jobs:
checks:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
Expand All @@ -24,9 +21,6 @@ jobs:

tests:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit 6e7aa2d

Please sign in to comment.