Skip to content

Commit 36e702c

Browse files
committed
sync
1 parent 458d8a9 commit 36e702c

3 files changed

Lines changed: 11 additions & 8 deletions

File tree

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

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

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

910
jobs:
1011
build:

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: my-master-ubuntu-22-nightly
22

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

910
jobs:
1011
build:

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Sync and Merge PHP-SRC
33
on:
44
schedule:
55
- cron: "0 1 * * *" # 每天自动同步
6-
push:
7-
branches: ["my-master"]
6+
workflow_dispatch: ~
7+
# push:
8+
# branches: ["my-master"]
89

910
jobs:
1011
sync-and-merge:

0 commit comments

Comments
 (0)