Skip to content

Commit

Permalink
Turn on nightly and scheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Aug 25, 2023
1 parent 2bc6014 commit 2f33ab3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Nightly build

on:
workflow_dispatch: # TEMPORARY: Remove before merging PR
push: # TEMPORARY: Remove before merging PR
branches: main
# schedule: # TEMPORARY: Enable this before merging PR
# - cron: "0 5 * * *" # 0500 UTC every day
workflow_dispatch:
schedule:
- cron: "0 5 * * *" # 0500 UTC every day

jobs:
# Create snapshot of main branch for nightly build
Expand Down

0 comments on commit 2f33ab3

Please sign in to comment.