Skip to content

Commit

Permalink
chore: update concurrency for ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyfigaro committed Mar 30, 2024
1 parent d601611 commit 5a236ad
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
branches:
- main

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

jobs:
test:
runs-on: ubuntu-latest
# runs-on: ${{ matrix.os }}

# strategy:
# matrix:
# os: [ubuntu-latest, macos-latest]
# fail-fast: false

steps:
- id: checkout
Expand Down

0 comments on commit 5a236ad

Please sign in to comment.