ci: comment out costly things (#4)

This commit is contained in:
UUBulb
2024-11-10 07:09:38 +08:00
committed by GitHub
parent e15dddae73
commit 3168055948
3 changed files with 27 additions and 26 deletions

View File

@@ -1,13 +1,13 @@
name: Run Tests
on:
push:
paths:
- "**.go"
- "go.mod"
- "go.sum"
- "resource/**"
- ".github/workflows/test.yml"
#push:
# paths:
# - "**.go"
# - "go.mod"
# - "go.sum"
# - "resource/**"
# - ".github/workflows/test.yml"
pull_request:
branches:
- master