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