Skip to content

Commit

Permalink
Temporarily disable scheduled actions
Browse files Browse the repository at this point in the history
Needs some manual testing.
  • Loading branch information
tbodt committed Apr 26, 2021
1 parent ebf7339 commit 7233bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-alpine-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Update Repo"
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
#- cron: "0 0 * * *"

jobs:
update:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Upload Build
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"
#- cron: "0 6 * * *"

jobs:
upload-build:
Expand Down

0 comments on commit 7233bd3

Please sign in to comment.