Skip to content

Commit daf98e6

Browse files
committed
Avoid using env in job name
1 parent 0e0fe7c commit daf98e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/test-dacapo-2006.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
cache-dacapo:
17-
name: Cache ${{ env.DACAPO_VERSION }}
1817
runs-on: ubuntu-22.04
1918
steps:
2019
- name: Check ${{ env.DACAPO_VERSION }} cache

.github/workflows/test-dacapo-chopin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
cache-dacapo:
17-
name: Cache ${{ env.DACAPO_VERSION }}
1817
runs-on: ubuntu-22.04
1918
steps:
2019
- name: Check ${{ env.DACAPO_VERSION }} cache

0 commit comments

Comments
 (0)