diff --git a/.github/workflows/e2e-test-optional-periodic-release-0.5.yml b/.github/workflows/e2e-test-optional-periodic-release-0.5.yml index df3dde2124..920c48547f 100644 --- a/.github/workflows/e2e-test-optional-periodic-release-0.5.yml +++ b/.github/workflows/e2e-test-optional-periodic-release-0.5.yml @@ -2,13 +2,14 @@ name: Periodic E2E Test Optional release-0.5 on: schedule: - # Run every day at 05:20 UTC (it is recommended to avoid running at the start of the hour) - - cron: '20 5 * * *' + # Run every day at 05:20 UTC (it is recommended to avoid running at the start of the hour) + - cron: '20 5 * * *' permissions: {} jobs: periodic-e2e-test-optional: + if: github.repository == 'metal3-io/baremetal-operator' strategy: fail-fast: false matrix: diff --git a/.github/workflows/e2e-test-optional-periodic-release-0.6.yml b/.github/workflows/e2e-test-optional-periodic-release-0.6.yml index 9d3e363642..dcc6a9d742 100644 --- a/.github/workflows/e2e-test-optional-periodic-release-0.6.yml +++ b/.github/workflows/e2e-test-optional-periodic-release-0.6.yml @@ -2,13 +2,14 @@ name: Periodic E2E Test Optional release-0.6 on: schedule: - # Run every day at 04:50 UTC (it is recommended to avoid running at the start of the hour) - - cron: '50 4 * * *' + # Run every day at 04:50 UTC (it is recommended to avoid running at the start of the hour) + - cron: '50 4 * * *' permissions: {} jobs: periodic-e2e-test-optional: + if: github.repository == 'metal3-io/baremetal-operator' strategy: fail-fast: false matrix: diff --git a/.github/workflows/e2e-test-optional-periodic.yml b/.github/workflows/e2e-test-optional-periodic.yml index 0c01510e7f..ea54d1aebf 100644 --- a/.github/workflows/e2e-test-optional-periodic.yml +++ b/.github/workflows/e2e-test-optional-periodic.yml @@ -2,13 +2,14 @@ name: Periodic E2E Test Optional on: schedule: - # Run every day at 04:20 UTC (it is recommended to avoid running at the start of the hour) - - cron: '20 4 * * *' + # Run every day at 04:20 UTC (it is recommended to avoid running at the start of the hour) + - cron: '20 4 * * *' permissions: {} jobs: periodic-e2e-test-optional: + if: github.repository == 'metal3-io/baremetal-operator' strategy: fail-fast: false matrix: diff --git a/.github/workflows/e2e-test-periodic-main.yml b/.github/workflows/e2e-test-periodic-main.yml index 37a71b817a..9ed6cfcda2 100644 --- a/.github/workflows/e2e-test-periodic-main.yml +++ b/.github/workflows/e2e-test-periodic-main.yml @@ -2,13 +2,14 @@ name: Periodic E2E Test on: schedule: - # Run every day at 02:20 UTC (it is recommended to avoid running at the start of the hour) - - cron: '20 2 * * *' + # Run every day at 02:20 UTC (it is recommended to avoid running at the start of the hour) + - cron: '20 2 * * *' permissions: {} jobs: periodic-e2e-test: + if: github.repository == 'metal3-io/baremetal-operator' strategy: fail-fast: false matrix: diff --git a/.github/workflows/e2e-test-periodic-release-0.5.yml b/.github/workflows/e2e-test-periodic-release-0.5.yml index 62dd02ab89..f367a513be 100644 --- a/.github/workflows/e2e-test-periodic-release-0.5.yml +++ b/.github/workflows/e2e-test-periodic-release-0.5.yml @@ -2,13 +2,14 @@ name: Periodic E2E Test release-0.5 on: schedule: - # Run every day at 03:20 UTC (it is recommended to avoid running at the start of the hour) - - cron: '20 3 * * *' + # Run every day at 03:20 UTC (it is recommended to avoid running at the start of the hour) + - cron: '20 3 * * *' permissions: {} jobs: periodic-e2e-test: + if: github.repository == 'metal3-io/baremetal-operator' strategy: fail-fast: false matrix: diff --git a/.github/workflows/e2e-test-periodic-release-0.6.yml b/.github/workflows/e2e-test-periodic-release-0.6.yml index 55c4e01fb8..263e1aae1f 100644 --- a/.github/workflows/e2e-test-periodic-release-0.6.yml +++ b/.github/workflows/e2e-test-periodic-release-0.6.yml @@ -2,13 +2,14 @@ name: Periodic E2E Test release-0.6 on: schedule: - # Run every day at 02:50 UTC (it is recommended to avoid running at the start of the hour) - - cron: '50 2 * * *' + # Run every day at 02:50 UTC (it is recommended to avoid running at the start of the hour) + - cron: '50 2 * * *' permissions: {} jobs: periodic-e2e-test: + if: github.repository == 'metal3-io/baremetal-operator' strategy: fail-fast: false matrix: