diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 0fd0546d..56d74e4c 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -36,8 +36,6 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - with: - cache-string: ${{ secrets.CACHE_STRING }} - uses: ./.github/actions/run_tests with: cache-string: ${{ secrets.CACHE_STRING }} diff --git a/.github/workflows/testing_schedule.yaml b/.github/workflows/testing_schedule.yaml index 490a65ad..8d7d513b 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -19,3 +19,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: ./.github/actions/run_tests + with: + cache-string: ${{ secrets.CACHE_STRING }}