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 080145c + f5ca0ba commit e3184ceCopy full SHA for e3184ce
.github/workflows/build.yaml
@@ -13,6 +13,11 @@ on:
13
permissions:
14
contents: write
15
16
+# Construct a concurrency group to be shared across workflow runs.
17
+# The default behavior ensures that only one is running at a time, with
18
+# all others queuing and thus not interrupting runs that are in-flight.
19
+concurrency: ${{ github.workflow }}
20
+
21
env:
22
PROGRAM_NAME: trigger-command
23
0 commit comments