1
0
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

Marc Cornellà 2022-04-12 18:16:41 +02:00
parent 3d57265fed
commit baa7733f6c
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B

@ -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