Skip to content

Commit

Permalink
Add nightly build (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 27, 2025
1 parent e5de72b commit 794cd52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
schedule:
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
schedule:
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 794cd52

Please sign in to comment.