mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
avoid running tests while doing builds.
This commit is contained in:
parent
eaa64f3ba8
commit
8cf2aff296
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