We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f215af + cf38137 commit 114f69cCopy full SHA for 114f69c
.github/workflows/github-pages.yml
@@ -5,6 +5,11 @@ on:
5
types:
6
- published
7
8
+# Cancel any ongoing previous run if the job is re-triggered
9
+concurrency:
10
+ group: ${{ github.workflow }}
11
+ cancel-in-progress: true
12
+
13
permissions:
14
contents: read
15
pages: write
.github/workflows/godot-asset-library.yaml
@@ -3,6 +3,11 @@ on:
3
4
name: Push to Godot Asset Library
jobs:
0 commit comments