Skip to content

Commit

Permalink
Disabling schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Oct 23, 2024
1 parent d0ecf27 commit 0d23b50
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: "*/5 * * * *"

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

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

jobs:
build:
Expand Down

0 comments on commit 0d23b50

Please sign in to comment.