Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/compile-rocm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Action CI
name: ROCM

on: [pull_request]

Expand Down Expand Up @@ -28,4 +28,4 @@ jobs:
run: |
./autogen.pl
./configure --prefix=${PWD}/install --with-rocm=/opt/rocm --disable-mpi-fortran
LD_LIBRARY_PATH=/opt/rocm/lib make -j
LD_LIBRARY_PATH=/opt/rocm/lib make -j
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Action CI
name: Git commit checks

# We're using pull_request_target here instead of just pull_request so that the
# action runs in the context of the base of the pull request, rather than in the
Expand Down