diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index eb4e6b3d..cfcc0d2c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -20,7 +20,3 @@ jobs: runs_on: "ubuntu-24.04" flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7" secrets: "inherit" - - Integration: - needs: Spec - uses: "./.github/workflows/integration_test.yml"