We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a867a6 commit c3d7a02Copy full SHA for c3d7a02
3 files changed
.github/workflows/FMITest.yml
@@ -1,6 +1,7 @@
1
name: FMITest
2
3
on:
4
+ workflow_dispatch:
5
schedule:
6
- cron: "0 9 * * *"
7
.github/workflows/Test.yml
@@ -6,6 +6,7 @@ on:
tags:
- 'v*' # only publish when pushing version tags (e.g., v1.0.0)
8
pull_request:
9
10
11
jobs:
12
test:
.github/workflows/Test400.yml
0 commit comments