Skip to content

Commit

Permalink
Make test workflow specifier local as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 7, 2022
1 parent 6199ad3 commit 2df65ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Test workflows
needs: setup
if: needs.setup.outputs.repository-list != ''
uses: galaxyproject/iwc/.github/workflows/test_workflows.yml@main
uses: ./.github/workflows/test_workflows.yml
with:
galaxy-head-sha: ${{ needs.setup.outputs.galaxy-head-sha }}
chunk-count: ${{ fromJSON(needs.setup.outputs.chunk-count) }}
Expand Down

0 comments on commit 2df65ff

Please sign in to comment.