Skip to content

Commit

Permalink
add build-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali M authored and Sayali M committed Mar 7, 2024
1 parent 95014cd commit 81879a0
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 81879a0

Please sign in to comment.