Skip to content

Commit 295abb5

Browse files
committed
Harden PowerShell CI execution limits
1 parent 506998b commit 295abb5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pwsh-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ on:
1010
permissions:
1111
contents: read
1212

13+
concurrency:
14+
group: powershell-ci-${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
analyze:
1519
name: Analyze PowerShell scripts
1620
runs-on: ubuntu-latest
21+
timeout-minutes: 15
1722

1823
steps:
1924
- name: Checkout

0 commit comments

Comments
 (0)