Skip to content

Commit 7aa4436

Browse files
Fix duplicate workflow step ids (#9934)
Follow-up to 7d60c27.
1 parent 0950916 commit 7aa4436

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/primer_run_main.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
# Save cached Python environment (explicit because cancel-in-progress: true)
6464
- name: Save Python virtual environment to cache
6565
if: steps.cache-venv.outputs.cache-hit != 'true'
66-
id: cache-venv
6766
uses: actions/cache/[email protected]
6867
with:
6968
path: venv
@@ -96,7 +95,6 @@ jobs:
9695
python tests/primer/__main__.py prepare --clone
9796
- name: Save projects cache
9897
if: steps.cache-projects.outputs.cache-hit != 'true'
99-
id: cache-projects
10098
uses: actions/cache/[email protected]
10199
with:
102100
path: tests/.pylint_primer_tests/

.github/workflows/primer_run_pr.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
# Save cached Python environment (explicit because cancel-in-progress: true)
7676
- name: Save Python virtual environment
7777
if: steps.cache-venv.outputs.cache-hit != 'true'
78-
id: cache-venv
7978
uses: actions/cache/[email protected]
8079
with:
8180
path: venv

0 commit comments

Comments
 (0)