Disable cron in workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m5s

This commit is contained in:
Ryan Freeman 2025-03-01 11:50:32 +00:00
parent 8644865fb2
commit 52f136a296

View File

@ -1,8 +1,8 @@
name: Build And Publish name: Build And Publish
run-name: ${{ gitea.actor }} runs ci pipeline run-name: ${{ gitea.actor }} runs ci pipeline
on: on:
schedule: # schedule:
- cron: '59 23 * * *' # - cron: '59 23 * * *'
push: push:
branches: branches:
- 'main' - 'main'