fix CI error (#1045)
* fix CI error * change the CI triggering event to pull_request
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Tests
|
||||
|
||||
on: [push, pull_request_target]
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user