Skip to content

Commit

Permalink
Update smoke tests workflow (#14638)
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit authored Nov 22, 2023
1 parent b0b86ae commit 3e97cbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ui_smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
TEST_EXECUTE_DOWNLOAD_URL: https://downloads.smartbear.com/TestExecute1552SLM.exe
ACTOR: ${{ github.actor }}
WORKFLOW_ID: ${{ github.event.workflow_run.workflow_id }}
WORKFLOW_CONCLUSION: ${{ github.event.workflow_run.conclusion }}
RUN_ID: ${{ github.event.workflow_run.id }}
RUN_NAME: ${{ github.event.workflow_run.name }}
RUN_URL: ${{ github.event.workflow_run.html_url }}
Expand All @@ -21,7 +20,7 @@ jobs:
name: UI Smoke Tests
timeout-minutes: 60
runs-on: windows-latest
if: ${{ env.WORKFLOW_CONCLUSION == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3e97cbd

Please sign in to comment.