Skip to content

Commit

Permalink
Updating schedule to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Nov 13, 2024
1 parent 3e05684 commit ad2fe04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/octopub-audits-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ permissions:
# - '!.github/badges/*'
# - '!README.md'
# - '!python/**/*'
# schedule:
# - cron: "*/5 * * * *"
schedule:
- cron: "*/10 * * * *"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/octopub-frontend-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ permissions:
# - '!.github/badges/*'
# - '!README.md'
# - '!python/**/*'
# schedule:
# - cron: "*/5 * * * *"
schedule:
- cron: "*/10 * * * *"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/octopub-products-kubecon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ permissions:
# - '!.github/badges/*'
# - '!README.md'
# - '!python/**/*'
# schedule:
# - cron: "*/5 * * * *"
schedule:
- cron: "*/10 * * * *"

jobs:
build:
Expand Down

0 comments on commit ad2fe04

Please sign in to comment.