mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-27 02:05:17 +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
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
# - push
|
||||
# - pull_request
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
5
.github/workflows/frontend_tests.yml
vendored
5
.github/workflows/frontend_tests.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Frontend Tests
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
# - push
|
||||
# - pull_request
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user