Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/contexts.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
envs: |
- linux: check-dependencies
latest_crds_contexts:
uses: ./.github/workflows/contexts.yml
uses: spacetelescope/crds/.github/workflows/contexts.yml@main
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should pin to hash?

with:
observatory: jwst
crds_context:
needs: [ latest_crds_contexts ]
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ concurrency:
jobs:
latest_crds_contexts:
if: (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
uses: ./.github/workflows/contexts.yml
uses: spacetelescope/crds/.github/workflows/contexts.yml@main
with:
observatory: jwst
crds_context:
if: (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
needs: [ latest_crds_contexts ]
Expand Down
Loading