1 parent f067c5f commit 5f0f1e0Copy full SHA for 5f0f1e0
2 files changed
.github/workflows/tweet_toot.yml
@@ -3,8 +3,8 @@ name: tweet
3
on:
4
push:
5
branches: ['test'] # push to this branch to test toots
6
- schedule:
7
- - cron: '41 15 * * *' # trigger at 3:41 pm UTC (8:41 AM PST)
+ # schedule:
+ # - cron: '41 15 * * *' # trigger at 3:41 pm UTC (8:41 AM PST)
8
9
jobs:
10
tweet:
.gitignore
@@ -1,4 +1,5 @@
1
.Renviron
2
.Rproj.user
*.Rproj
-*.html
+*.html
+.Rhistory
0 commit comments