Skip to content

Commit c3d7a02

Browse files
committed
Revert "??? no automatixc runs?!"
This reverts commit 25107ea.
1 parent 2a867a6 commit c3d7a02

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/FMITest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: FMITest
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: "0 9 * * *"
67

.github/workflows/Test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags:
77
- 'v*' # only publish when pushing version tags (e.g., v1.0.0)
88
pull_request:
9+
workflow_dispatch:
910

1011
jobs:
1112
test:

.github/workflows/Test400.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
tags:
77
- 'v*' # only publish when pushing version tags (e.g., v1.0.0)
88
pull_request:
9+
workflow_dispatch:
910

1011
jobs:
1112
test:

0 commit comments

Comments
 (0)