From 81879a0a068bd94b33c526ce6b063b804ca29d51 Mon Sep 17 00:00:00 2001 From: Sayali M Date: Thu, 7 Mar 2024 10:34:26 -0600 Subject: [PATCH] add build-nightly.yml --- .github/workflows/build-nightly.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/build-nightly.yml 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