Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Nov 22, 2023
1 parent 9e4681e commit 59ad233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on: push

#concurrency:
# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
# cancel-in-progress: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name != 'main' && github.ref_name || github.run_id }}
cancel-in-progress: true

jobs:
check:
Expand Down

0 comments on commit 59ad233

Please sign in to comment.