Skip to content

Commit

Permalink
update unit tests workflow to also publish artifacts on workflow disp…
Browse files Browse the repository at this point in the history
…atch
  • Loading branch information
mikealfare committed Mar 9, 2024
1 parent b58b043 commit 7d9af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: "Publish results"
uses: ./.github/actions/publish-test-results
if: ${{ contains(github.event_name, 'workflow_call') }}
if: ${{ contains(github.event_name, 'workflow_') }}
with:
archive-type: "unit_results"
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 7d9af83

Please sign in to comment.