Skip to content

Commit

Permalink
fix test-tags bubble up
Browse files Browse the repository at this point in the history
  • Loading branch information
komish committed Nov 25, 2024
1 parent 206dde8 commit a41ec8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
user: ${{ github.event.pull_request.user.login }}

determine-workflow-conditions:
name: Workflow Test
name: Determine Workflow Conditions
needs: [check-contributor]
runs-on: ubuntu-22.04
if: |
Expand All @@ -26,7 +26,7 @@ jobs:
outputs:
run-tests: ${{ steps.check_request.outputs.run-tests }}
is-charts-release-branch: ${{ steps.check_if_release_pr.outputs.charts_release_branch }}
test-tags: ${{ needs.determine-workflow-conditions.outputs.test-tags }}
test-tags: ${{ steps.determine-test-tags.outputs.test-tags }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a41ec8e

Please sign in to comment.