Skip to content

Commit

Permalink
Don't checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed May 15, 2024
1 parent e00340c commit b81825c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests_on_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ on:

jobs:
setup-matrix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/cache-changed-services.yml
with:
cache-key: ${{ github.sha }}-changed-services
uses: ./.github/workflows/cache-changed-services.yml
with:
cache-key: ${{ github.sha }}-changed-services

test:
runs-on: ubuntu-latest
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/tests_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ on:
jobs:

setup-matrix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/cache-changed-services.yml
with:
cache-key: ${{ github.sha }}-changed-services
uses: ./.github/workflows/cache-changed-services.yml
with:
cache-key: ${{ github.sha }}-changed-services


test:
Expand Down

0 comments on commit b81825c

Please sign in to comment.