Skip to content

Commit

Permalink
change workflow concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Apr 14, 2024
1 parent f279262 commit 9c033c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/waf_test_ipSets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ permissions:
id-token: write
contents: read

concurrency:
group: test_envrionment
cancel-in-progress: true
# concurrency:
# group: test_envrionment
# cancel-in-progress: true

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/waf_test_onlymanagedrulegroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ permissions:
id-token: write
contents: read

concurrency:
group: test_envrionment
cancel-in-progress: true
# concurrency:
# group: test_envrionment
# cancel-in-progress: true

on:
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/waf_test_regexPatternSets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ permissions:
id-token: write
contents: read

concurrency:
group: test_envrionment
cancel-in-progress: true
# concurrency:
# group: test_envrionment
# cancel-in-progress: true

on:
push:
Expand Down

0 comments on commit 9c033c0

Please sign in to comment.