Rework triggers

This commit is contained in:
Greyscale 2024-05-18 21:13:57 +02:00
parent b9e73abfe0
commit bc4eb2277c
6 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ on:
- cron: "0 14 * * 2" # 2pm Patch Tuesday
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs:

View file

@ -9,7 +9,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
env:

View file

@ -9,7 +9,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
env:

View file

@ -13,7 +13,7 @@ on:
- completed
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
env:

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs:

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs: