Skip to content

Commit f42a10d

Browse files
committed
Github action: change to manually run the CIs
1 parent aff21bb commit f42a10d

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ on:
2525
- '**/*.png'
2626
- 'docs/*'
2727
- 'test/test_installed/*'
28+
workflow_dispatch:
29+
inputs:
30+
reason:
31+
description: 'Enable manual run'
32+
required: false
33+
default: 'Manual trigger'
2834

2935
env:
3036
LIBTOOL_VERSION: 2.5.4

.github/workflows/netcdf4_adios.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ on:
2525
- '**/*.png'
2626
- 'docs/*'
2727
- 'test/test_installed/*'
28+
workflow_dispatch:
29+
inputs:
30+
reason:
31+
description: 'Enable manual run'
32+
required: false
33+
default: 'Manual trigger'
2834

2935
env:
3036
LIBTOOL_VERSION: 2.5.4

0 commit comments

Comments
 (0)