diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml deleted file mode 100644 index ba808da..0000000 --- a/.github/workflows/build-nightly.yml +++ /dev/null @@ -1,15 +0,0 @@ -# This workflow will build the extension against the latest Liquibase artifact -name: "Nightly build" - -on: - workflow_dispatch: - schedule: - - cron: '0 7 * * 1-5' - -jobs: - nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main - with: - nightly: true - java: "[ 17, 21 ]" - secrets: inherit \ No newline at end of file