Skip to content

Commit

Permalink
resume nightly at 2 am
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed May 17, 2022
1 parent fa87d15 commit 3732a52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Nightly Release

on:
# schedule:
# - cron: "0 22 * * *"
schedule:
- cron: "0 2 * * *"
workflow_dispatch:

jobs:
Expand All @@ -24,9 +24,9 @@ jobs:
git config user.email "team-live@ledger.fr"
git config user.name "Team Live"
- name: merge develop # TODO: update the branch when we sanitize the monorepo
- name: merge develop
run: |
git merge origin/monorepo-setup -X theirs
git merge origin/develop -X theirs
- uses: pnpm/action-setup@v2.1.0
with:
Expand Down

0 comments on commit 3732a52

Please sign in to comment.