Skip to content

Commit

Permalink
Changed flatbot schedule (networktocode#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
qduk authored Sep 8, 2023
1 parent 42ad81d commit 835d8d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oui_filepull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "OUI-Updates"

on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 8 * * 4"
- cron: "0 2 1 * *"

jobs:
data_gathering:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto_filepull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Protocol-Updates"

on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 8 * * 4"
- cron: "0 2 1 * *"

jobs:
data_gathering:
Expand Down

0 comments on commit 835d8d3

Please sign in to comment.