Skip to content

Commit

Permalink
Don't run sanity on test_nightly (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio authored Nov 15, 2023
1 parent b6d4703 commit c4cc23d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ concurrency:
cancel-in-progress: true

jobs:
sanity:
uses: ./.github/workflows/sanity.yml
build_and_test:
needs: sanity
name: ${{ matrix.platform.skip_tests == true && 'build' || 'build and test' }} ${{ matrix.platform.os_name }}
runs-on: ${{ matrix.platform.os }}
timeout-minutes: 45
Expand Down Expand Up @@ -95,9 +92,7 @@ jobs:
if: runner.os != 'Windows'
finalize:
runs-on: ubuntu-latest
needs:
- sanity
- build_and_test
needs: build_and_test
if: always()
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c4cc23d

Please sign in to comment.