This commit is contained in:
Dennis Heimbigner 2024-04-17 14:01:05 -06:00
parent a669cb7bc9
commit 55d14d633e
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
name: Run macOS-based netCDF Tests
on: [pull_request,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}

View File

@ -1,6 +1,6 @@
name: Run Cygwin-based tests
on: [pull_request,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}

View File

@ -9,7 +9,7 @@ name: Run MSYS2, MinGW64-based Tests (Not Visual Studio)
env:
CPPFLAGS: "-D_BSD_SOURCE"
on: [pull_request,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}