Skip to content

Commit

Permalink
Really cancel previous runs
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Mar 11, 2024
1 parent a3af889 commit 4eae4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
cancel-in-progress: true
jobs:
build_latex:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4eae4b1

Please sign in to comment.