diff --git a/.github/workflows/aks-byocni.yaml b/.github/workflows/aks-byocni.yaml index ebca9c8f20..71c535f7c4 100644 --- a/.github/workflows/aks-byocni.yaml +++ b/.github/workflows/aks-byocni.yaml @@ -14,9 +14,9 @@ on: # will disappear from the PR checks: please provide a direct link to the # successful workflow run (can be found from Actions tab) in a comment. # - # pull_request: {} + pull_request: {} ### - pull_request_target: {} + #pull_request_target: {} # Run every 6 hours schedule: - cron: '0 0/6 * * *' diff --git a/.github/workflows/eks-tunnel.yaml b/.github/workflows/eks-tunnel.yaml index 47285f6b9d..3666746c0f 100644 --- a/.github/workflows/eks-tunnel.yaml +++ b/.github/workflows/eks-tunnel.yaml @@ -14,9 +14,9 @@ on: # will disappear from the PR checks: please provide a direct link to the # successful workflow run (can be found from Actions tab) in a comment. # - # pull_request: {} + pull_request: {} ### - pull_request_target: {} + #pull_request_target: {} # Run every 6 hours schedule: - cron: '30 1/6 * * *' diff --git a/.github/workflows/eks.yaml b/.github/workflows/eks.yaml index 90b97d0f91..c47b308e1e 100644 --- a/.github/workflows/eks.yaml +++ b/.github/workflows/eks.yaml @@ -14,9 +14,9 @@ on: # will disappear from the PR checks: please provide a direct link to the # successful workflow run (can be found from Actions tab) in a comment. # - # pull_request: {} + pull_request: {} ### - pull_request_target: {} + #pull_request_target: {} # Run every 6 hours schedule: - cron: '0 1/6 * * *' diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index 4982f52a96..852e853ee1 100644 --- a/.github/workflows/gke.yaml +++ b/.github/workflows/gke.yaml @@ -14,9 +14,9 @@ on: # will disappear from the PR checks: please provide a direct link to the # successful workflow run (can be found from Actions tab) in a comment. # - # pull_request: {} + pull_request: {} ### - pull_request_target: {} + #pull_request_target: {} # Run every 6 hours schedule: - cron: '0 2/6 * * *' diff --git a/.github/workflows/multicluster.yaml b/.github/workflows/multicluster.yaml index a6f405aa95..f2113a6e87 100644 --- a/.github/workflows/multicluster.yaml +++ b/.github/workflows/multicluster.yaml @@ -14,9 +14,9 @@ on: # will disappear from the PR checks: please provide a direct link to the # successful workflow run (can be found from Actions tab) in a comment. # - # pull_request: {} + pull_request: {} ### - pull_request_target: {} + #pull_request_target: {} # Run every 6 hours schedule: - cron: '0 3/6 * * *'