Remove scheduled CI/CD

pull/24/head
Swissky 2023-12-09 16:02:18 +01:00
parent 834555194f
commit 2ee6fa49a9
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ on:
- master
- main
# At minute 0 past every 6th hour
schedule:
- cron: "0 */6 * * *"
# schedule:
# - cron: "0 */6 * * *"
jobs:
deploy:
runs-on: ubuntu-latest