Skip to content

Commit

Permalink
Adjusting schedule times
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Oct 18, 2024
1 parent 50ded1e commit 868a9a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/octopub-audits-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
# - '!README.md'
# - '!python/**/*'
schedule:
- cron: "*/5 * * * *"
- cron: "*/10 * * * *"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/octopub-frontend-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
# - '!README.md'
# - '!python/**/*'
schedule:
- cron: "*/5 * * * *"
- cron: "*/10 * * * *"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/octopub-products-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
# - '!README.md'
# - '!python/**/*'
schedule:
- cron: "*/5 * * * *"
- cron: "*/10 * * * *"

jobs:
build:
Expand Down

0 comments on commit 868a9a0

Please sign in to comment.