Skip to content

Commit

Permalink
lin test
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 24, 2024
1 parent 682036c commit d74e69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:
- '!**/linux_ci.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !contains(github.ref, 'master')}}
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
cancel-in-progress: true

jobs:
tcc:
Expand Down

0 comments on commit d74e69d

Please sign in to comment.