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 560ae0d commit b947a84Copy full SHA for b947a84
1 file changed
.github/workflows/verify-lxd-vm.yml
@@ -6,10 +6,17 @@ on:
6
branches:
7
- main
8
9
+concurrency:
10
+ group: ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress: true
12
+
13
jobs:
14
validate:
15
name: Validate my profile
16
runs-on: ubuntu-latest
17
+ timeout-minutes: 120
18
+ permissions:
19
+ contents: read
20
env:
21
CHEF_LICENSE: accept-silent
22
CHEF_LICENSE_KEY: ${{ secrets.SAF_CHEF_LICENSE_KEY }}
0 commit comments