Skip to content

Commit

Permalink
Rename to tests outcome (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored May 30, 2024
1 parent bbcab2a commit 99a88d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: Number of jobs producing coverage.xml files
required: false
type: number
test_need_context:
tests_outcome:
description: The needs context from the tests
required: true
type: string
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ inputs.test_need_context }}
jobs: ${{ inputs.tests_outcome }}

- name: Delete Merged Artifacts
uses: actions/upload-artifact/merge@v4
Expand Down

0 comments on commit 99a88d9

Please sign in to comment.