Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 25, 2024
1 parent d78c151 commit 1f6de1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/msys2-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hdf5 dev CMake MSys2 CI

# Controls when the action will run. Triggers the workflow on a call
# Triggers the workflow on a call from another workflow
on:
workflow_call:
inputs:
Expand All @@ -12,12 +12,8 @@ on:
permissions:
contents: read

# A workflow run is made up of one or more jobs that can run sequentially or
# in parallel. We just have one job, but the matrix items defined below will
# run in parallel.
jobs:

# A workflow that builds the library and runs all the tests
CMake_build_and_test:

# The type of runner that the job will run on
Expand Down

0 comments on commit 1f6de1f

Please sign in to comment.