diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index ac4c6e6..b3fff2c 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -8,5 +8,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.6 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.7 secrets: inherit diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml new file mode 100644 index 0000000..b811794 --- /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@DAT-16417 + with: + nightly: true + secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 1240211..2c5e445 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -11,5 +11,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.6 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.7 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index a3cf449..9a518b4 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -11,5 +11,5 @@ permissions: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.6 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.7 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1513dfd..07a3491 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,6 +13,6 @@ permissions: pull-requests: write jobs: - build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.6 - secrets: inherit \ No newline at end of file + build-test: + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7 + secrets: inherit