Skip to content

Commit

Permalink
Update node.js-nightly.yml
Browse files Browse the repository at this point in the history
Solves `nothing to commit, working tree clean`
  • Loading branch information
nya-elimu authored Sep 1, 2024
1 parent eba30ff commit afb4d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI - Nightly

on:
schedule:
- cron: 00 03 * * *
- cron: 59 23 * * *

jobs:
nightly_build:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Git Commit
run: |
git add *.csv
git commit -m 'chore(distribution): nightly build'
git commit -m 'chore(distribution): nightly build' --allow-empty
- name: Git Push
run: |
Expand Down

0 comments on commit afb4d0a

Please sign in to comment.