Skip to content

Commit

Permalink
Run pytests, wf summary on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett committed Jan 4, 2024
1 parent c942dd5 commit 3b84a31
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,12 @@ jobs:

workflow-summary:
needs: ['metadata', 'build']
if: inputs.build-type != 'release'
uses: "howsoai/.github/.github/workflows/workflow-summary.yml@main"
secrets: inherit
with:
upstream-details: ${{ needs.metadata.outputs.upstream-details }}

pytest-linux-3-8-st:
if: inputs.build-type != 'release'
needs: ['metadata', 'build']
uses: howsoai/.github/.github/workflows/pytest.yml@main
secrets: inherit
Expand All @@ -171,7 +169,6 @@ jobs:
upstream-details: ${{ needs.metadata.outputs.upstream-details }}

pytest-linux-3-9-mt:
if: inputs.build-type != 'release'
needs: ['metadata', 'build']
uses: howsoai/.github/.github/workflows/pytest.yml@main
secrets: inherit
Expand All @@ -185,7 +182,6 @@ jobs:
upstream-details: ${{ needs.metadata.outputs.upstream-details }}

pytest-linux-3-10-mt:
if: inputs.build-type != 'release'
needs: ['metadata', 'build']
uses: howsoai/.github/.github/workflows/pytest.yml@main
secrets: inherit
Expand All @@ -199,7 +195,6 @@ jobs:
upstream-details: ${{ needs.metadata.outputs.upstream-details }}

pytest-linux-3-11-mt:
if: inputs.build-type != 'release'
needs: ['metadata', 'build']
uses: howsoai/.github/.github/workflows/pytest.yml@main
secrets: inherit
Expand Down Expand Up @@ -227,7 +222,6 @@ jobs:
upstream-details: ${{ needs.metadata.outputs.upstream-details }}

pytest-macos-3-11-mt:
if: inputs.build-type != 'release'
needs: ['metadata', 'build']
uses: howsoai/.github/.github/workflows/pytest.yml@main
secrets: inherit
Expand Down

0 comments on commit 3b84a31

Please sign in to comment.