From eb7b8a2f28b881dc07e323c91624ea57302413ad Mon Sep 17 00:00:00 2001 From: Michael Heilmann Date: Fri, 26 Apr 2024 17:13:11 -0400 Subject: [PATCH] maybe the format is picky --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c0ed90..339d9b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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