Skip to content

Commit

Permalink
hardcoded os suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Sep 25, 2023
1 parent 4a964a7 commit dd1e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- master

concurrency:
group: ${{ github.ref_name == 'master' && github.run_id || github.ref }}-${{ runner.os }}
group: ${{ github.ref_name == 'master' && github.run_id || github.ref }}-linux
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit dd1e2da

Please sign in to comment.