Skip to content

Commit

Permalink
Merge pull request #133 from refi64/download-correct-workflow
Browse files Browse the repository at this point in the history
Fix compat tests not using the latest workflow
  • Loading branch information
sylvestre authored Jan 25, 2022
2 parents 1e67813 + ab25ef8 commit bec239f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: compat.yml
workflow_conclusion: completed
name: gnu-result
repo: uutils/findutils
branch: main
Expand All @@ -86,6 +87,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: compat.yml
workflow_conclusion: completed
name: gnu-test-report
repo: uutils/findutils
branch: main
Expand Down Expand Up @@ -179,6 +181,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: compat.yml
workflow_conclusion: completed
name: bfs-result
repo: uutils/findutils
branch: main
Expand All @@ -187,6 +190,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: compat.yml
workflow_conclusion: completed
name: bfs-test-report
repo: uutils/findutils
branch: main
Expand Down

0 comments on commit bec239f

Please sign in to comment.