Skip to content

Commit

Permalink
Fix duplicate workflow step ids (#9934)
Browse files Browse the repository at this point in the history
Follow-up to 7d60c27.
  • Loading branch information
jacobtylerwalls committed Sep 19, 2024
1 parent 0950916 commit 7aa4436
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/primer_run_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
# Save cached Python environment (explicit because cancel-in-progress: true)
- name: Save Python virtual environment to cache
if: steps.cache-venv.outputs.cache-hit != 'true'
id: cache-venv
uses: actions/cache/save@v4.0.2
with:
path: venv
Expand Down Expand Up @@ -96,7 +95,6 @@ jobs:
python tests/primer/__main__.py prepare --clone
- name: Save projects cache
if: steps.cache-projects.outputs.cache-hit != 'true'
id: cache-projects
uses: actions/cache/save@v4.0.2
with:
path: tests/.pylint_primer_tests/
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/primer_run_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
# Save cached Python environment (explicit because cancel-in-progress: true)
- name: Save Python virtual environment
if: steps.cache-venv.outputs.cache-hit != 'true'
id: cache-venv
uses: actions/cache/save@v4.0.2
with:
path: venv
Expand Down

0 comments on commit 7aa4436

Please sign in to comment.