Skip to content

Commit b637495

Browse files
authored
Merge pull request #12368 from jsquyres/pr/rename-inidividual-github-actions
Github CI: use unique Github Action names
2 parents 76b13f9 + 6ab7296 commit b637495

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/compile-rocm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Action CI
1+
name: ROCM
22

33
on: [pull_request]
44

@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
./autogen.pl
3030
./configure --prefix=${PWD}/install --with-rocm=/opt/rocm --disable-mpi-fortran
31-
LD_LIBRARY_PATH=/opt/rocm/lib make -j
31+
LD_LIBRARY_PATH=/opt/rocm/lib make -j

.github/workflows/ompi_mpi4py.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Action CI
1+
name: mpi4py
22

33
on: [pull_request]
44

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: GitHub Action CI
1+
name: Git commit checks
22

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

0 commit comments

Comments
 (0)