Skip to content

Commit 9fe23f3

Browse files
committed
update GHA job names
1 parent 5f97c4b commit 9fe23f3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
group: ${{ github.head_ref || github.run_id }}
1818
cancel-in-progress: true
1919
jobs:
20-
macos_sonoma_arm_cmake_installed:
20+
macos_sonoma_arm_pip:
2121
name: macos sonoma 14 arm
2222
runs-on: macos-14
2323
steps:
@@ -38,7 +38,7 @@
3838
working-directory: drake_pip
3939
run: .github/ci_build_test
4040
shell: zsh -efuo pipefail {0}
41-
ubuntu_jammy_cmake_installed:
41+
ubuntu_jammy_pip:
4242
name: ubuntu 22.04 jammy
4343
runs-on: ubuntu-latest
4444
container: ubuntu:jammy

.github/workflows/poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
group: ${{ github.head_ref || github.run_id }}
1818
cancel-in-progress: true
1919
jobs:
20-
macos_sonoma_arm_cmake_installed:
20+
macos_sonoma_arm_poetry:
2121
name: macos sonoma 14 arm
2222
runs-on: macos-14
2323
steps:
@@ -42,7 +42,7 @@
4242
working-directory: drake_poetry
4343
run: .github/ci_build_test
4444
shell: zsh -efuo pipefail {0}
45-
ubuntu_jammy_cmake_installed:
45+
ubuntu_jammy_poetry:
4646
name: ubuntu 22.04 jammy
4747
runs-on: ubuntu-latest
4848
container: ubuntu:jammy

drake_pip/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
group: ${{ github.head_ref || github.run_id }}
1818
cancel-in-progress: true
1919
jobs:
20-
macos_sonoma_arm_cmake_installed:
20+
macos_sonoma_arm_pip:
2121
name: macos sonoma 14 arm
2222
runs-on: macos-14
2323
steps:
@@ -38,7 +38,7 @@
3838
working-directory: drake_pip
3939
run: .github/ci_build_test
4040
shell: zsh -efuo pipefail {0}
41-
ubuntu_jammy_cmake_installed:
41+
ubuntu_jammy_pip:
4242
name: ubuntu 22.04 jammy
4343
runs-on: ubuntu-latest
4444
container: ubuntu:jammy

drake_poetry/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
group: ${{ github.head_ref || github.run_id }}
1818
cancel-in-progress: true
1919
jobs:
20-
macos_sonoma_arm_cmake_installed:
20+
macos_sonoma_arm_poetry:
2121
name: macos sonoma 14 arm
2222
runs-on: macos-14
2323
steps:
@@ -42,7 +42,7 @@
4242
working-directory: drake_poetry
4343
run: .github/ci_build_test
4444
shell: zsh -efuo pipefail {0}
45-
ubuntu_jammy_cmake_installed:
45+
ubuntu_jammy_poetry:
4646
name: ubuntu 22.04 jammy
4747
runs-on: ubuntu-latest
4848
container: ubuntu:jammy

0 commit comments

Comments
 (0)