Skip to content

Commit

Permalink
ci: rm extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 21, 2024
1 parent cf32d98 commit e6a544f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ name: GitHub Actions
# events but only for the master branch
on:
push:
branches: [ master- ]
pull_request:
branches: [ master ]
branches: [ master- ]
workflow_dispatch:
inputs:
debug_enabled:
Expand Down
2 changes: 1 addition & 1 deletion ci/install_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake \
-DHERMES_ENABLE_MPIIO_ADAPTER=ON \
-DHERMES_MPICH=ON \
-DHERMES_ENABLE_STDIO_ADAPTER=ON \
-DHERMES_ENABLE_POSIX_ADAPTER=ON \
-DHERMES_ENABLE_POSIX_ADAPTER=ON \
-DHERMES_ENABLE_COVERAGE=ON \
-DBUILD_TESTING=ON \
..
Expand Down

0 comments on commit e6a544f

Please sign in to comment.