mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-28 02:35:25 +00:00
avoid running tests while doing builds.
This commit is contained in:
parent
d398fb67e8
commit
0d1787a313
5
.github/workflows/backend_tests.yml
vendored
5
.github/workflows/backend_tests.yml
vendored
@ -1,8 +1,9 @@
|
|||||||
name: Backend Tests
|
name: Backend Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
- workflow_dispatch
|
||||||
- pull_request
|
# - push
|
||||||
|
# - pull_request
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
5
.github/workflows/frontend_tests.yml
vendored
5
.github/workflows/frontend_tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user