From 13af661eae131657d82dc8ef9823431640938f64 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 11 Dec 2021 14:51:51 -0800 Subject: [PATCH] Remove extraneous ./ --- .github/workflows/testing_prs.yaml | 2 +- .github/workflows/testing_schedule.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 56d74e4c..11649c8a 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -36,6 +36,6 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - - uses: ./.github/actions/run_tests + - 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 8d7d513b..7b5f7f4a 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -18,6 +18,6 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - uses: actions/checkout@v2 - - uses: ./.github/actions/run_tests + - uses: .github/actions/run_tests with: cache-string: ${{ secrets.CACHE_STRING }}