Skip to content

Commit

Permalink
bad stylized quotes in copy-paste cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mjheilmann committed Apr 26, 2024
1 parent 5f765d7 commit e5c53fc
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 e5c53fc

Please sign in to comment.