Skip to content

Commit

Permalink
maybe the format is picky
Browse files Browse the repository at this point in the history
  • Loading branch information
mjheilmann committed Apr 26, 2024
1 parent e5c53fc commit eb7b8a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
validate_1_13:
name: Validate PR against 1.13
runs-on: ubuntu-latest
if: github.event.schedule != "0 6 * * 1"
if: github.event.schedule != '0 6 * * 1'
steps:
- uses: actions/checkout@v3

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

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

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

Expand Down

0 comments on commit eb7b8a2

Please sign in to comment.