Update CypressAddKnownfailedtests.yml

This commit is contained in:
Aishwarya-U-R 2023-02-24 13:32:27 +05:30 committed by GitHub
parent 7ab395979f
commit 14c63fc7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ on:
jobs:
IssueOpened:
if: github.event.action == 'opened' && contains( github.event.issue.labels.*.name, 'CI impacted')
if: (github.event.action == 'opened' || github.event.action == 'reopened') && contains( github.event.issue.labels.*.name, 'CI impacted')
runs-on: ubuntu-latest
permissions:
issues: write