Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 25, 2024
1 parent b2dd6a0 commit ab3a462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
branches:
- '**'
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]


jobs:
test-e2e:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-unittest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Test Unittest
on:
push:
branches:
- '**'
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]


jobs:
test-unittest:
Expand Down

0 comments on commit ab3a462

Please sign in to comment.