avoid running tests while doing builds.
This commit is contained in:
parent
d398fb67e8
commit
0d1787a313
|
@ -1,8 +1,9 @@
|
|||
name: Backend Tests
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
# - push
|
||||
# - pull_request
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
name: Frontend Tests
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
# - push
|
||||
# - pull_request
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Reference in New Issue