Skip to content

Commit

Permalink
Add missing workflows in 8.x (#2526)
Browse files Browse the repository at this point in the history
add missing workflows in 8.x
  • Loading branch information
moukoublen authored Sep 13, 2024
1 parent 5b6387f commit 22a5020
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arm-template-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- "8.x"
paths:
- "deploy/azure/*.json"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"
types: [opened, synchronize, reopened]
push:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"
workflow_dispatch:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"
workflow_dispatch:

concurrency:
Expand Down
18 changes: 10 additions & 8 deletions .github/workflows/cloudformation-ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: CloudFormation-CI

on:
pull_request_target:
branches:
- main
- "[0-9]+.[0-9]+"
types: [opened, synchronize, reopened]
paths:
- deploy/cloudformation/*.yml
- .github/workflows/cloudformation-ci.yml
# pull_request_target:
# branches:
# - main
# - "[0-9]+.[0-9]+"
# - "8.x"
# types: [opened, synchronize, reopened]
# paths:
# - deploy/cloudformation/*.yml
# - .github/workflows/cloudformation-ci.yml
push:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"
paths:
- deploy/cloudformation/*.yml
- .github/workflows/cloudformation-ci.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eks-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_TEST_ACC }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"
types: [opened, synchronize, reopened]

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- "[0-9]+.[0-9]+"
- "8.x"
types: [opened, synchronize, reopened]
push:
branches:
- main
- "8.x"

env:
K8S_MANIFEST_DIR: deploy
Expand Down

0 comments on commit 22a5020

Please sign in to comment.