We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9df74 commit fa862b9Copy full SHA for fa862b9
.github/workflows/Release.yml
@@ -2,8 +2,8 @@ name: Release
2
3
on:
4
schedule:
5
- - cron: '0 0 1 * *' # 每月的第一天 00:00 UTC
6
- workflow_dispatch: # 允許手動觸發工作流
+ - cron: '0 0 1 * *' # Run at 00:00 UTC on the 1st of every month.
+ workflow_dispatch:
7
8
concurrency:
9
group: ${{ github.workflow }}
.github/workflows/Test.yml
@@ -6,6 +6,7 @@ on:
- main
paths:
- 'Sources/**'
10
11
12
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments