Skip to content

Commit

Permalink
chore(ci): run Version Sync on Friday (#153)
Browse files Browse the repository at this point in the history
Node.js own version sync script runs on Sunday, it makes sense to run
our own before that so we have to time to publish a release on time.
  • Loading branch information
aduh95 authored Aug 2, 2022
1 parent 74b5423 commit eac343e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Version Sync
on:
workflow_dispatch:
schedule:
# Run once a week at 00:05 UTC on Sunday.
- cron: 5 0 * * 0
# Run once a week at 00:05 UTC on Friday.
- cron: 5 0 * * 5

jobs:
build:
Expand Down

0 comments on commit eac343e

Please sign in to comment.