Skip to content

Commit

Permalink
Changing schedule to every 7 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Oct 23, 2024
1 parent 4cc5a4e commit 540d596
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: "*/10 * * * *"
- cron: "*/7 * * * *"

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: "*/10 * * * *"
- cron: "*/7 * * * *"

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: "*/10 * * * *"
- cron: "*/7 * * * *"

jobs:
build:
Expand Down

0 comments on commit 540d596

Please sign in to comment.