Skip to content

Commit 94fac18

Browse files
update crds ref
1 parent 9c1745a commit 94fac18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
uses: ./.github/workflows/build.yaml
2727
crds-contexts:
28-
uses: spacetelescope/crds/.github/workflows/contexts.yml@master
28+
uses: spacetelescope/crds/.github/workflows/contexts.yml@main
2929
test_installed:
3030
needs: [ build, crds-contexts ]
3131
strategy:
@@ -170,7 +170,7 @@ jobs:
170170
- run: pytest ${{ matrix.test-directory }} ${{ matrix.pytest-args }} -n auto --dist=loadscope
171171
working-directory: ${{ matrix.package }}
172172
crds_test_cache:
173-
uses: spacetelescope/crds/.github/workflows/cache.yml@master
173+
uses: spacetelescope/crds/.github/workflows/cache.yml@main
174174
test_crds_with_data:
175175
needs: [ build, crds_test_cache ]
176176
strategy:

0 commit comments

Comments
 (0)