Skip to content

Commit

Permalink
enable CI on addons branch (#52)
Browse files Browse the repository at this point in the history
this commit enables CI on addons branch.

Signed-off-by: Anurag <[email protected]>
  • Loading branch information
kranurag7 authored Jan 17, 2024
1 parent 8d168d7 commit 9fe62b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
- addons
# If the cache was cleaned we should re-build the cache with the latest commit
workflow_run:
workflows:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/kubebuilder-markers-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- addons
pull_request:
branches:
- main
- addons
paths:
- "api/**"
- ".github/workflows/kubebuilder-markers-checker.yml"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-promote-builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
- addons
paths:
- "images/builder/Dockerfile"
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: # yamllint disable-line rule:truthy
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- addons
- "releases/**"
paths:
- "!**/vendor/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
- addons
- "releases/**"
paths:
- "**.go"
Expand Down Expand Up @@ -64,4 +65,4 @@ jobs:
GIT_REPOSITORY_NAME: cluster-stacks
GO111MODULE: "on"
GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
run: make test-integration-workloadcluster
run: make test-integration-workloadcluster

0 comments on commit 9fe62b2

Please sign in to comment.