Skip to content

Commit

Permalink
Merge pull request #17857 from apache/nightly-build
Browse files Browse the repository at this point in the history
chore(nightly-build): fix potential npm publish error due to time conflict
  • Loading branch information
plainheart authored Nov 2, 2022
2 parents 817b84d + d3d142a commit f215249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Nightly Next

on:
schedule:
- cron: '0 9 * * *' # After zrender nightly published
- cron: '10 9 * * *' # After zrender nightly published
# committers can manually trigger with workflow_dispatch
workflow_dispatch: {}
repository_dispatch:
Expand Down

0 comments on commit f215249

Please sign in to comment.