Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.liquibase-liquibase-par…
Browse files Browse the repository at this point in the history
…ent-pom-0.3.3
  • Loading branch information
jandroav authored Dec 12, 2023
2 parents 7d9158a + da2279a commit a975b60
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
build-test:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7
secrets: inherit

0 comments on commit a975b60

Please sign in to comment.