Skip to content

Commit

Permalink
build: disable test for #293
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Jul 10, 2023
1 parent 7c28d06 commit 801e3d6
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

1 comment on commit 801e3d6

@vercel
Copy link

@vercel vercel bot commented on 801e3d6 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gitako – ./

gitako.enix.one
gitako-git-develop-enix.vercel.app
gitako-enix.vercel.app
gitako.vercel.app

Please sign in to comment.