Skip to content

Commit

Permalink
Make VOL CI run against current branch (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Jul 17, 2024
1 parent 641790b commit a8dcba2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/vol_adios2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Checkout HDF5
uses: actions/checkout@v4.1.7
with:
repository: HDFGroup/hdf5
path: hdf5

- name: Configure HDF5
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/vol_async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Checkout HDF5
uses: actions/checkout@v4.1.7
with:
repository: HDFGroup/hdf5
path: hdf5

- name: Checkout Argobots
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/vol_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- name: Checkout HDF5
uses: actions/checkout@v4.1.7
with:
repository: HDFGroup/hdf5
path: hdf5

- name: Checkout Argobots
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/vol_ext_passthru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Checkout HDF5
uses: actions/checkout@v4.1.7
with:
repository: HDFGroup/hdf5
path: hdf5

- name: Checkout vol-external-passthrough
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/vol_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Checkout HDF5
uses: actions/checkout@v4.1.7
with:
repository: HDFGroup/hdf5
path: hdf5

# Log-based VOL currently doesn't have CMake support
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/vol_rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Checkout HDF5
uses: actions/checkout@v4.1.7
with:
repository: HDFGroup/hdf5
path: hdf5

- name: Configure HDF5 with REST VOL connector
Expand Down

0 comments on commit a8dcba2

Please sign in to comment.