Skip to content

Commit 5f0f1e0

Browse files
committed
remove tweet_toot schedule
1 parent f067c5f commit 5f0f1e0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tweet_toot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: tweet
33
on:
44
push:
55
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)
6+
# schedule:
7+
# - cron: '41 15 * * *' # trigger at 3:41 pm UTC (8:41 AM PST)
88

99
jobs:
1010
tweet:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.Renviron
22
.Rproj.user
33
*.Rproj
4-
*.html
4+
*.html
5+
.Rhistory

0 commit comments

Comments
 (0)