diff --git a/.github/workflows/compile-rocm.yaml b/.github/workflows/compile-rocm.yaml index d4bf54a6f7f..d041bad1d02 100644 --- a/.github/workflows/compile-rocm.yaml +++ b/.github/workflows/compile-rocm.yaml @@ -1,4 +1,4 @@ -name: GitHub Action CI +name: ROCM on: [pull_request] @@ -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 \ No newline at end of file + LD_LIBRARY_PATH=/opt/rocm/lib make -j diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 093ee0e282a..7006979e732 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -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