mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-04-18 21:54:47 +00:00
Disable cron in workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m5s
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 3m5s
This commit is contained in:
parent
8644865fb2
commit
52f136a296
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user