mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: disable test for #293
This commit is contained in:
parent
7c28d06cf9
commit
801e3d68f5
1 changed files with 15 additions and 14 deletions
29
.github/workflows/tests.yml
vendored
29
.github/workflows/tests.yml
vendored
|
|
@ -1,19 +1,20 @@
|
|||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- 'server/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- 'server/**'
|
||||
# Runs everyday to detect GitHub update in time
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
# disabled due to issue #293
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - '**'
|
||||
# paths-ignore:
|
||||
# - 'server/**'
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - '**'
|
||||
# paths-ignore:
|
||||
# - 'server/**'
|
||||
# # Runs everyday to detect GitHub update in time
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue