Skip to content

Commit

Permalink
Disabling nightly-build cron job until build is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 committed Mar 20, 2024
1 parent e33d024 commit 7ba9951
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,14 +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
#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 7ba9951

Please sign in to comment.