From 73888daf6305fb224200fcc1cb2eb6b7656f8d32 Mon Sep 17 00:00:00 2001 From: Anna Shcherbak Date: Tue, 11 Feb 2025 17:58:48 +0200 Subject: [PATCH] skip: test CI --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90e65dc06..56a2ec0d0 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,7 @@ on: workflow_dispatch: schedule: - cron: "0 7 * * 1" + - cron: "0 16 * * *" pull_request_review: types: - submitted @@ -59,7 +60,7 @@ jobs: name: ruleset_release runs-on: ubuntu-latest needs: [test_policy_flights] - if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' + if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main') && github.event_name != 'schedule' steps: - name: Checkout ecc-actions run: git clone -b main "https://git:$PROJECT_TOKEN@git.epam.com/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions