Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 committed Jul 27, 2024
1 parent 5a2f77e commit b89a9cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: ci-coverage

on:
push:
branches:
- "main"
- "non-k8s-hsp-test"
branches: [main]
paths:
- "KubeArmor/**"
- ".github/workflows/ci-coverage.yaml"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-test-ginkgo

on:
push:
branches: [main, lfx-pretask-submission, non-k8s-hsp-test]
branches: [main, non-k8s-hsp-test]
paths:
- "KubeArmor/**"
- "tests/**"
Expand All @@ -11,7 +11,7 @@ on:
- "pkg/KubeArmorOperator/**"
- "deployments/helm/**"
pull_request:
branches: [main, lfx-pretask-submission]
branches: [main]
paths:
- "KubeArmor/**"
- "tests/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "protobuf/**"
- ".github/workflows/ci-test-systemd.yml"
pull_request:
branches: [main, lfx-pretask]
branches: [main]
paths:
- "KubeArmor/**"
- "tests/**"
Expand Down

0 comments on commit b89a9cb

Please sign in to comment.