Update CypressAddKnownfailedtests.yml
This commit is contained in:
parent
7ab395979f
commit
14c63fc7f3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user