Skip to content

Commit

Permalink
fix: workflow cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 3, 2024
1 parent 5dd1302 commit 0499dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cypress-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run Cypress testing suite
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
cypress-run:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Run Jest testing suite
on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize]
workflow_run:
workflows: ["Build"]
types:
Expand Down

0 comments on commit 0499dcb

Please sign in to comment.