Skip to content

Commit

Permalink
Disable Action Execution Temporarely
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored Jan 16, 2024
1 parent 12bed07 commit 013066c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-push-groups-to-google.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Daily Push Groups To Google Sheets

on:
schedule:
- cron: '0 */8 * * *' # this will run three times a day (every 8 hours)
# schedule:
# - cron: '0 */8 * * *' # this will run three times a day (every 8 hours)
workflow_dispatch: # this allows the workflow to be run manually from the Actions tab

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-push-to-google.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Daily Push Specs to Google Sheets

on:
schedule:
- cron: '0 */8 * * *' # this will run three times a day (every 8 hours)
# schedule:
# - cron: '0 */8 * * *' # this will run three times a day (every 8 hours)
workflow_dispatch: # this allows the workflow to be run manually from the Actions tab

jobs:
Expand Down

0 comments on commit 013066c

Please sign in to comment.