Skip to content

Commit

Permalink
Merge pull request #1207 from plentymarkets/ci/job-status
Browse files Browse the repository at this point in the history
ci: fix job status
  • Loading branch information
ksted authored Nov 28, 2024
2 parents dffa3db + de9881f commit 6e780f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: ${{ runner.temp }}
path: ${{ runner.temp }}/job-status
pattern: job-status-*
merge-multiple: true

- name: Summarize jobs status
shell: bash
Expand Down

0 comments on commit 6e780f8

Please sign in to comment.