From a0400e2b36b48018e53596800cfedc8867a27c13 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki Date: Sun, 30 Jun 2024 23:50:37 +0000 Subject: [PATCH] DO NOT MERGE test workflow file change Signed-off-by: Michi Mutsuzaki --- .github/workflows/aks-byocni.yaml | 4 ++-- .github/workflows/eks-tunnel.yaml | 4 ++-- .github/workflows/eks.yaml | 4 ++-- .github/workflows/externalworkloads.yaml | 4 ++-- .github/workflows/gke.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/aks-byocni.yaml b/.github/workflows/aks-byocni.yaml index 730be496e7..6a4411db93 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 f3e7f264f0..44bae1ba55 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 db4e55fae1..6d72c29bce 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/externalworkloads.yaml b/.github/workflows/externalworkloads.yaml index a5ba2981bf..7f6614257a 100644 --- a/.github/workflows/externalworkloads.yaml +++ b/.github/workflows/externalworkloads.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 4/6 * * *' diff --git a/.github/workflows/gke.yaml b/.github/workflows/gke.yaml index c446086a42..7a2260c91f 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 * * *'