We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff21bb commit f42a10dCopy full SHA for f42a10d
2 files changed
.github/workflows/main.yml
@@ -25,6 +25,12 @@ on:
25
- '**/*.png'
26
- 'docs/*'
27
- 'test/test_installed/*'
28
+ workflow_dispatch:
29
+ inputs:
30
+ reason:
31
+ description: 'Enable manual run'
32
+ required: false
33
+ default: 'Manual trigger'
34
35
env:
36
LIBTOOL_VERSION: 2.5.4
.github/workflows/netcdf4_adios.yml
0 commit comments