Skip to content

Commit

Permalink
adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
daknhh committed Oct 21, 2023
1 parent 616c310 commit c6f85cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/waf_test_ipSets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Deploy IpSet Firewall
name: IpSet-Firewall

env:
AWS_REGION: eu-central-1
Expand All @@ -13,7 +13,7 @@ concurrency: ci-${{ github.ref }}

on:
workflow_run:
workflows: ["Test Deploy Only Managed RuleGroups Firewall"]
workflows: ["ManagedRuleGroups-Firewall"]
types:
- completed
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/waf_test_onlymanagedrulegroups.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Deploy Only Managed RuleGroups Firewall
name: ManagedRuleGroups-Firewall


env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/waf_test_regexPatternSets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Deploy RegexPatternSets Firewall
name: RegexPatternSets-Firewall


env:
Expand All @@ -12,7 +12,7 @@ permissions:

on:
workflow_run:
workflows: ["Test Deploy IpSet Firewall"]
workflows: ["IpSet-Firewall"]
types:
- completed

Expand Down

0 comments on commit c6f85cc

Please sign in to comment.