Skip to content

Commit 3d30e2d

Browse files
committed
workflow
1 parent 25f61ac commit 3d30e2d

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/my-master-ubuntu-22-arm-nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: my-master-ubuntu-22-arm-nightly
22

33
on:
44
schedule:
5-
# 每天运行
6-
- cron: "0 1 * * *"
7-
workflow_dispatch: ~
5+
- cron: "0 1 * * *" # 每天运行
86
push:
97
branches: ["my-master"] # 仅在 my-master 分支触发
108

.github/workflows/my-master-ubuntu-22-nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: my-master-ubuntu-22-nightly
22

33
on:
44
schedule:
5-
# 每天运行
6-
- cron: "0 0 * * *"
7-
workflow_dispatch: ~
5+
- cron: "0 1 * * *" # 每天运行
86
push:
97
branches: ["my-master"] # 仅在 my-master 分支触发
108

.github/workflows/my-sync-nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ name: Sync and Merge PHP-SRC
22

33
on:
44
schedule:
5-
# 每天自动同步
6-
- cron: "0 1 * * *"
7-
workflow_dispatch: ~
5+
- cron: "0 1 * * *" # 每天自动同步
86
push:
97
branches: ["my-master"]
10-
workflow_dispatch: # 允许手动触发
118

129
jobs:
1310
sync-and-merge:

0 commit comments

Comments
 (0)