This commit is contained in:
Dennis Heimbigner 2023-12-07 15:39:11 -07:00
parent 80dd2e95c6
commit b2e0e5b2ea
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -9,7 +9,7 @@
name: Run S3 netCDF Tests (under Ubuntu Linux)
on: [push,workflow_dispatch]
on: [workflow_dispatch]
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}

View File

@ -4,7 +4,7 @@
name: Run Ubuntu/Linux netCDF Tests
on: [push,pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}

View File

@ -1,6 +1,6 @@
name: Run Cygwin-based tests
on: [push,pull_request,workflow_dispatch]
on: [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: [push,pull_request,workflow_dispatch]
on: [pull_request,workflow_dispatch]
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}