Skip to content

Commit

Permalink
Merge pull request #47 from liquibase/DAT-17236
Browse files Browse the repository at this point in the history
add build-nightly.yml
  • Loading branch information
MalloD12 authored Mar 7, 2024
2 parents 95014cd + 81879a0 commit 3484d37
Showing 1 changed file with 14 additions and 0 deletions.
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/[email protected]
with:
nightly: true
secrets: inherit

0 comments on commit 3484d37

Please sign in to comment.