-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69d0540
commit 2871b29
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Run Node.js Scripts | ||
name: Generate ics files | ||
|
||
on: | ||
schedule: | ||
- cron: '16 11 * * *' | ||
- cron: '*/8 * * * *' | ||
|
||
jobs: | ||
run-scripts: | ||
|
@@ -30,5 +30,5 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add -A | ||
git commit -m "Update earnings calendar files" -a || echo "No changes to commit" | ||
git commit -m "Auto generated ics files" -a || echo "No changes to commit" | ||
git push |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name: Run Node.js Scripts | ||
name: Get Earnings Calendar Data | ||
|
||
on: | ||
schedule: | ||
- cron: '14 11 * * *' | ||
- cron: '*/6 * * * *' | ||
|
||
jobs: | ||
run-scripts: | ||
|
@@ -30,5 +30,5 @@ jobs: | |
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add -A | ||
git commit -m "Update earnings calendar files" -a || echo "No changes to commit" | ||
git commit -m "Auto update earnings calendar files" -a || echo "No changes to commit" | ||
git push |