Update, add schedules
This commit is contained in:
@@ -6,9 +6,11 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "SteamCMD-Installer/*"
|
||||
# schedule:
|
||||
# - cron: "37 18 * * *"
|
||||
- "SteamCMD-Installer/**"
|
||||
paths-ignore:
|
||||
- ".gitea/**"
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
|
||||
env:
|
||||
REGISTRY: gitea.taco.quest
|
||||
@@ -29,6 +31,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
@@ -7,8 +7,10 @@ on:
|
||||
- "main"
|
||||
paths:
|
||||
- "SteamCMD/*"
|
||||
# schedule:
|
||||
# - cron: "37 18 * * *"
|
||||
paths-ignore:
|
||||
- ".gitea/**"
|
||||
schedule:
|
||||
- cron: "0 1 * * 0"
|
||||
|
||||
env:
|
||||
REGISTRY: gitea.taco.quest
|
||||
|
Reference in New Issue
Block a user