File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 build :
15- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
15+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
1616 with :
1717 upload_to_pypi : ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
1818 targets : |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333
3434jobs :
3535 check :
36- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
36+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
3737 with :
3838 default_python : " 3.12"
3939 envs : |
4949 outputs :
5050 context : ${{ steps.context.outputs.context }}
5151 test :
52- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
52+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
5353 needs : [ crds_context ]
5454 secrets :
5555 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 4545 context : ${{ steps.context.outputs.context }}
4646 test :
4747 if : (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
48- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@e97344095b099e1d729fe97429078c9975921d8a # v2.6.2
48+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@2835f0cacddf3f8de198db9afdb5354a5cebe0ef # v2.6.3
4949 needs : [ crds_context ]
5050 with :
5151 setenv : |
You can’t perform that action at this time.
0 commit comments