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 b0e8e3b commit 1a83607Copy full SHA for 1a83607
.github/workflows/build.yaml
@@ -13,11 +13,6 @@ 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-mqtt
23
0 commit comments