diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-09-08 13:11:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-08 13:11:34 -0700 |
| commit | a3eb4601e86ccfca798995860a5bcfb38dd13789 (patch) | |
| tree | ebbb3f4c042a03268ba2426a1e0a1ca106c21c4e | |
| parent | 4263b7eb45f8eb67e3e46af64856736c84f5b73e (diff) | |
ZJIT, YJIT: Make the workflow names consistent with file names (#14462)
ZJIT, YJIT: Make the workflow names consistent
with file names
| -rw-r--r-- | .github/workflows/yjit-macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/zjit-macos.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml index 72ef599a39..2769ae7cda 100644 --- a/.github/workflows/yjit-macos.yml +++ b/.github/workflows/yjit-macos.yml @@ -1,4 +1,4 @@ -name: YJIT macOS Arm64 +name: YJIT macOS on: push: branches: diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml index 892b605ce8..c2ec43cd91 100644 --- a/.github/workflows/zjit-macos.yml +++ b/.github/workflows/zjit-macos.yml @@ -1,4 +1,4 @@ -name: ZJIT macOS Arm64 +name: ZJIT macOS on: push: branches: |
