Skip to content

Commit

Permalink
update artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Nov 7, 2023
1 parent e411f40 commit f80f996
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
uses: dawidd6/action-download-artifact@v2
if: ${{ github.event_name == 'pull_request' }}
with:
workflow: ${{ github.workflow }}
workflow_conclusion: success
name: workspace-${{ steps.strings.outputs.build-key }}
search_artifacts: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
uses: dawidd6/action-download-artifact@v2
if: ${{ github.event_name == 'pull_request' }}
with:
workflow: ${{ github.workflow }}
workflow_conclusion: success
name: workspace-${{ steps.strings.outputs.build-key }}
search_artifacts: true
Expand Down

0 comments on commit f80f996

Please sign in to comment.