Skip to content

Commit

Permalink
Update check-tests-after-push-2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
q71114 authored Jul 26, 2024
1 parent bc808aa commit 038e046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-tests-after-push-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
nightly-ui-tests:
runs-on: windows-2022
if: ${{ contains(github.event.pull_request.body, '- [x] Run automated nightly tests') }}
if: ${{ github.event_name == 'edited' }}
steps:
- run: |
Write-Host "Nightly test"

0 comments on commit 038e046

Please sign in to comment.