Skip to content

Commit b947a84

Browse files
committed
Update verify-lxd-vm.yml
1 parent 560ae0d commit b947a84

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/verify-lxd-vm.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ on:
66
branches:
77
- main
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
jobs:
1014
validate:
1115
name: Validate my profile
1216
runs-on: ubuntu-latest
17+
timeout-minutes: 120
18+
permissions:
19+
contents: read
1320
env:
1421
CHEF_LICENSE: accept-silent
1522
CHEF_LICENSE_KEY: ${{ secrets.SAF_CHEF_LICENSE_KEY }}

0 commit comments

Comments
 (0)