Skip to content

Commit

Permalink
Continuum tests need base
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jul 14, 2024
1 parent 3283fc5 commit 6a93d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: ubuntu-latest
prefix: /usr/share/miniconda3/envs/tardis

uses: ./.github/workflows/new_tests.yml # calls the one above ^
uses: ./.github/workflows/new_tests.yml
with:
run_label: ${{ matrix.label }}
run_os: ${{ matrix.os }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/new_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
retention-days: 1

non-continuum:
# name: non-continuum-${{ inputs.run_label }}
runs-on: ${{ inputs.run_os }}
needs: base
steps:
Expand All @@ -77,7 +76,7 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'run-generation-tests') || github.ref == 'refs/heads/master'

continuum_tests:
# name: continuum-${{ inputs.run_label }}
needs: base
runs-on: ${{ inputs.run_label }}
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6a93d2d

Please sign in to comment.