Skip to content

Commit

Permalink
switch back to cron (rusefi#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckwagoncomputing authored Feb 9, 2021
1 parent 8042b6d commit 92f1725
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gen-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Generate documentation

on:
push:
branches: master
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'

jobs:
generate:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/gen-ibom.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Generate Interactive BOMs

on:
push:
branches: master
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'

jobs:
generate:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/gen-pinouts.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Generate Interactive Pinouts

on:
push:
branches: master
# schedule:
# - cron: '0 0 * * *'
schedule:
- cron: '0 0 * * *'

jobs:
generate:
Expand Down

0 comments on commit 92f1725

Please sign in to comment.