Skip to content

Commit

Permalink
🧱 Disable automated jobs for some time
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Apr 17, 2022
1 parent 2c33573 commit 69e18eb
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dsunderhood.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'daily 🎲 dsunderhood'

on:
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'
workflow_dispatch:
inputs:
first_tweet:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/itunderhood.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'daily 👩‍💻 itunderhood'

on:
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'
workflow_dispatch:
inputs:
first_tweet:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobileunderhood.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'daily 📱 mobileunderhood'

on:
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'
workflow_dispatch:
inputs:
first_tweet:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/produnderhood.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'daily 💼 produnderhood'

on:
schedule:
- cron: '0 1 * * *'
# schedule:
# - cron: '0 1 * * *'
workflow_dispatch:
inputs:
first_tweet:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/telethreads_ds.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'send 🎲 telethreads'

on:
schedule:
- cron: '0 6 * * *'
# schedule:
# - cron: '0 6 * * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/telethreads_it.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'send 👩‍💻 telethreads'

on:
schedule:
- cron: '0 7 * * *'
# schedule:
# - cron: '0 7 * * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/telethreads_mo.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'send 📱 telethreads'

on:
schedule:
- cron: '0 8 * * *'
# schedule:
# - cron: '0 8 * * *'
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/telethreads_pr.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'send 💼 telethreads'

on:
schedule:
- cron: '0 9 * * *'
# schedule:
# - cron: '0 9 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 69e18eb

Please sign in to comment.