Skip to content

Commit

Permalink
Merge pull request #23 from endlessm/push-qwlvmltsplok
Browse files Browse the repository at this point in the history
ci: Cancel running workflows if retriggered
  • Loading branch information
manuq authored Nov 11, 2024
2 parents 3f215af + cf38137 commit 114f69c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types:
- published

# Cancel any ongoing previous run if the job is re-triggered
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

permissions:
contents: read
pages: write
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/godot-asset-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
types:
- published

# Cancel any ongoing previous run if the job is re-triggered
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

name: Push to Godot Asset Library

jobs:
Expand Down

0 comments on commit 114f69c

Please sign in to comment.