Skip to content

Commit

Permalink
Fix: cypress workflow issue (ToolJet#5644)
Browse files Browse the repository at this point in the history
* Fix: cypress workflow issue with not triggered when label is added

* corrections

* workflow
  • Loading branch information
adishM98 committed Mar 1, 2023
1 parent d26e394 commit b2d9b3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Cypress E2E Test

on:
pull_request:
branches:
- ${{ github.head_ref }}
pull_request_target:
types: [labeled, unlabeled, closed]
branches:
- ${{ github.head_ref }}

workflow_dispatch:

env:
Expand Down

0 comments on commit b2d9b3a

Please sign in to comment.