mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-12 22:18:00 +08:00
ci: abort older running workflows on new triggers
parent
3d57265fed
commit
baa7733f6c
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
branches: [ main ]
|
||||
workflow_dispatch: {}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user