diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml new file mode 100644 index 00000000..c9f629a4 --- /dev/null +++ b/.github/workflows/build-nightly.yml @@ -0,0 +1,14 @@ +# 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@v0.6.4 + with: + nightly: true + secrets: inherit \ No newline at end of file