From 1f954f8015e60a41ad5ae1ca18e20dad98b56007 Mon Sep 17 00:00:00 2001 From: viktor-kurchenko Date: Mon, 10 Jul 2023 18:50:40 +0300 Subject: [PATCH] Run tests. Signed-off-by: viktor-kurchenko --- .github/workflows/eks-tunnel.yaml | 4 ++-- .github/workflows/eks.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eks-tunnel.yaml b/.github/workflows/eks-tunnel.yaml index f56edd8817..f39763adb9 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 fb8ab9a70c..9545143eab 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 * * *'