Skip to content

Commit

Permalink
skip: Merge pull request #214 from epam/upd_ci
Browse files Browse the repository at this point in the history
skip: test CI
  • Loading branch information
anna-shcherbak authored Feb 11, 2025
2 parents 1b32e62 + 73888da commit 8a18b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: "0 7 * * 1"
- cron: "0 16 * * *"
pull_request_review:
types:
- submitted
Expand Down Expand Up @@ -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:[email protected]/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions
Expand Down

0 comments on commit 8a18b19

Please sign in to comment.