Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up smoke.yml #8525

Merged
merged 4 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
the cache is named for the test
  • Loading branch information
jakecoffman committed Dec 4, 2023
commit 80892787d99d2099fabfe2270d7a4a2776f50c83
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Download cache
if: steps.changes.outputs[matrix.suite.core] == 'true' || steps.changes.outputs['common'] == 'true'
run: |
gh run download --repo dependabot/smoke-tests --name cache-${{ matrix.suite.core }} --dir cache
gh run download --repo dependabot/smoke-tests --name cache-${{ matrix.suite.test }} --dir cache
continue-on-error: true

- name: Build ecosystem image
Expand Down
Loading