Correct step id

This commit is contained in:
Rodel 2023-03-02 22:01:52 +08:00
parent f2b3aa6590
commit ad61d474d5
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ jobs:
uses: './.github/actions/tests/run-k6-tests'
- name: Send Slack alert on test failure
if: failure() && steps.run-k6-tests.conclusion == 'failure'
if: failure() && steps.run-k6-composite-action.conclusion == 'failure'
uses: ./.github/actions/tests/slack-alert-on-pr-merge
with:
slack-bot-token: ${{ secrets.E2E_SLACK_TOKEN }}