We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e014f45 commit b8cbb90Copy full SHA for b8cbb90
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ defaults:
31
32
jobs:
33
cache:
34
- uses: ./.github/workflows/cache.yml
+ uses: zacharyburnett/crds/.github/workflows/cache.yml@cache/dynamic_path
35
pytest:
36
name: ${{ matrix.runs-on }} Python ${{ matrix.python-version }}
37
needs: [ cache ]
0 commit comments