summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-02-18 23:28:43 (GMT)
committerGitHub <noreply@github.com>2022-02-18 23:28:43 (GMT)
commit7e176db164d1a6f944e703c612c4952b15d333f4 (patch)
tree2d07a6cda07417064e3fcda6529d29995bc1efed /.github
parente569dc948f5ddb0e28c9b71e7a1d06d8440d40ef (diff)
downloadhdf5-7e176db164d1a6f944e703c612c4952b15d333f4.zip
hdf5-7e176db164d1a6f944e703c612c4952b15d333f4.tar.gz
hdf5-7e176db164d1a6f944e703c612c4952b15d333f4.tar.bz2
VFD SWMR: Aux process changes (#1451)
* Removed the aux process submodule * Directly added aux process files after submodule delete * Updated Akadio copyright on appropriate files * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-check.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml
index 62fd0d8..33608b5 100644
--- a/.github/workflows/pr-check.yml
+++ b/.github/workflows/pr-check.yml
@@ -174,8 +174,6 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Get Sources
uses: actions/checkout@v2
- with:
- submodules: 'true'
- name: Autotools Configure
if: matrix.generator == 'autogen'