fix CI error (#1045)

* fix CI error

* change the CI triggering event to pull_request
This commit is contained in:
MF
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 25db99495c
commit 72d08344c1
4 changed files with 15 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
name: Tests
on: [push, pull_request_target]
on: [push, pull_request]
concurrency: ${{ github.workflow }}-${{ github.ref }}