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.
1 parent dee71ef commit 935b9eeCopy full SHA for 935b9ee
1 file changed
.github/workflows/past-events.yml
@@ -18,6 +18,10 @@ on:
18
permissions:
19
contents: read
20
21
+concurrency:
22
+ group: "${{ github.workflow }}-${{ github.ref }}"
23
+ cancel-in-progress: true
24
+
25
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
26
jobs:
27
# This workflow contains a single job called "build"
0 commit comments