Skip to content

Commit

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

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

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

jobs:
build:
Expand Down

0 comments on commit d0ecf27

Please sign in to comment.