Skip to content

Commit

Permalink
Merge branch 'v3zarr.tmp' of https://github.com/DennisHeimbigner/netc…
Browse files Browse the repository at this point in the history
…df-c into v3zarr.tmp
  • Loading branch information
DennisHeimbigner committed May 19, 2024
2 parents a0886df + 8c11107 commit acb84b5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: NetCDF-C CMake CI - Windows

on: [pull_request, workflow_dispatch]
on: [push,pull_request, workflow_dispatch]

env:
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
REMOTETESTDOWN: no

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_cdash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Run CDash Ubuntu/Linux netCDF Tests
on: [workflow_dispatch]

env:
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
REMOTETESTDOWN: no

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

name: Run macOS-based netCDF Tests

on: [pull_request,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]

env:
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
REMOTETESTDOWN: no

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

name: Run Ubuntu/Linux netCDF Tests

on: [pull_request,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]

env:
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
REMOTETESTDOWN: no

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_win_cygwin.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -10,7 +10,7 @@ env:
SHELLOPTS: igncr
CHERE_INVOKING: 1
CYGWIN_NOWINPATH: 1
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
REMOTETESTDOWN: no

jobs:
build-and-test-autotools:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ name: Run MSYS2, MinGW64-based Tests (Not Visual Studio)

env:
#CPPFLAGS: "-D_BSD_SOURCE"
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
REMOTETESTDOWN: no

on: [pull_request,workflow_dispatch]
on: [push,pull_request,workflow_dispatch]

concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
Expand Down

0 comments on commit acb84b5

Please sign in to comment.