diff --git a/.github/workflows/ci-coverage.yaml b/.github/workflows/ci-coverage.yaml index 64b9f57c7..39c7a3745 100644 --- a/.github/workflows/ci-coverage.yaml +++ b/.github/workflows/ci-coverage.yaml @@ -2,9 +2,7 @@ name: ci-coverage on: push: - branches: - - "main" - - "non-k8s-hsp-test" + branches: [main] paths: - "KubeArmor/**" - ".github/workflows/ci-coverage.yaml" diff --git a/.github/workflows/ci-test-ginkgo.yml b/.github/workflows/ci-test-ginkgo.yml index bfa693c02..020a7a3b4 100644 --- a/.github/workflows/ci-test-ginkgo.yml +++ b/.github/workflows/ci-test-ginkgo.yml @@ -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/**" @@ -11,7 +11,7 @@ on: - "pkg/KubeArmorOperator/**" - "deployments/helm/**" pull_request: - branches: [main, lfx-pretask-submission] + branches: [main] paths: - "KubeArmor/**" - "tests/**" diff --git a/.github/workflows/ci-test-systemd.yml b/.github/workflows/ci-test-systemd.yml index a255bb7e6..2b2d85e30 100644 --- a/.github/workflows/ci-test-systemd.yml +++ b/.github/workflows/ci-test-systemd.yml @@ -9,7 +9,7 @@ on: - "protobuf/**" - ".github/workflows/ci-test-systemd.yml" pull_request: - branches: [main, lfx-pretask] + branches: [main] paths: - "KubeArmor/**" - "tests/**"