Skip to content

Commit

Permalink
reorder jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 4, 2023
1 parent 46c4f52 commit 921446c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/roman_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ concurrency:
cancel-in-progress: true

jobs:
data:
uses: ./.github/workflows/data.yml
check:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
envs: |
- linux: check-dependencies
- linux: build-dist
data:
uses: ./.github/workflows/data.yml
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
needs: [ data ]
Expand Down

0 comments on commit 921446c

Please sign in to comment.