mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-06-16 23:18:09 +08:00
Update action yaml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -3,7 +3,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildx-dockerhub:
|
buildx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
8
.github/workflows/checkin.yml
vendored
8
.github/workflows/checkin.yml
vendored
@@ -7,12 +7,12 @@ on:
|
|||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
# UTC时间,对应Beijing时间 9:30
|
# UTC时间,对应Beijing时间 8:30
|
||||||
# schedule:
|
schedule:
|
||||||
# - cron: "30 1 * * *"
|
- cron: "30 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
container-test-job:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: enwaiax/smzdm_bot
|
image: enwaiax/smzdm_bot
|
||||||
|
|||||||
Reference in New Issue
Block a user