This commit is contained in:
parent
db92521cba
commit
efaffcce73
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@ name: Build and Push to Forgejo Registry
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||
# schedule:
|
||||
# - cron: "0 0 * * 0" # Weekly at 00:00 UTC Sunday
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
username: ${{ vars.FORGEJO_USERNAME }}
|
||||
password: ${{ secrets.FORGEJO_PASSWORD }}
|
||||
|
||||
-
|
||||
# -
|
||||
# name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
# -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue