Remove debugging

This commit is contained in:
Dennis Heimbigner 2023-06-10 22:29:37 -06:00
parent 9aa8ca6d28
commit 5fdc8d49bd
5 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
name: Run macOS-based netCDF Tests
on: [push,pull_request,workflow_dispatch]
on: [pull_request,workflow_dispatch]
jobs:

View File

@ -9,7 +9,7 @@
name: Run S3 netCDF Tests (under Ubuntu Linux)
on: [push,workflow_dispatch]
on: [workflow_dispatch]
jobs:

View File

@ -4,7 +4,7 @@
name: Run Ubuntu/Linux netCDF Tests
on: [push,pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs:

View File

@ -1,6 +1,6 @@
name: Run Cygwin-based tests
on: [push,pull_request,workflow_dispatch]
on: [pull_request,workflow_dispatch]
env:
SHELLOPTS: igncr

View File

@ -9,7 +9,7 @@ name: Run MSYS2, MinGW64-based Tests
env:
CPPFLAGS: "-D_BSD_SOURCE"
on: [push,pull_request,workflow_dispatch]
on: [pull_request,workflow_dispatch]
jobs: