Skip to content

Commit

Permalink
cleanup other CI schedule checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjheilmann committed Jan 18, 2025
1 parent 5977cba commit 748cbda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
validate_1_13:
name: Validate PR against 1.13
runs-on: ubuntu-latest
if: github.event.schedule != '0 6 * * 1'
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -47,7 +46,6 @@ jobs:
validate_1_14:
name: Validate PR against 1.14
runs-on: ubuntu-latest
if: github.event.schedule != '0 6 * * 1'
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -80,7 +78,6 @@ jobs:
validate_1_15:
name: Validate PR against 1.15
runs-on: ubuntu-latest
if: github.event.schedule != '0 6 * * 1'
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -146,7 +143,6 @@ jobs:
validate_unlocked:
name: Validate Code With Unlocked Dependencies
runs-on: ubuntu-latest
if: github.event.schedule == '0 6 * * 1'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 748cbda

Please sign in to comment.