Skip to content

Commit

Permalink
change e2e to pull_request_target trigger type (#519)
Browse files Browse the repository at this point in the history
* verify the CI

* change e2e to pull_request_target trigger type

* fix CI
  • Loading branch information
freeznet authored Nov 14, 2022
1 parent 9ff5531 commit bfc58d5
Show file tree
Hide file tree
Showing 9 changed files with 19,826 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-integration-skywalking-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Precommit - Integration Tests
on:
pull_request:
pull_request_target:
branches:
- '*'
paths-ignore:
Expand All @@ -11,6 +11,7 @@ on:
- 'LICENSE'
- 'mesh-worker-service/README.md'
- 'tools/README.md'
permissions: read-all
jobs:
integration:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,6 +43,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{ github.event.pull_request.head.sha }}

- uses: apache/skywalking-infra-e2e@v1.2.0
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit bfc58d5

Please sign in to comment.