Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <[email protected]>
  • Loading branch information
ldoktor committed Aug 7, 2024
1 parent 7160b71 commit 7f5fbe0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ccruntime-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ccruntime e2e test for PR
on:
pull_request_target:
pull_request:
branches:
- 'main'
types:
Expand All @@ -13,7 +13,6 @@ on:

jobs:
e2e-pr:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
uses: ./.github/workflows/ccruntime_e2e.yaml
with:
target-branch: ${{ github.event.pull_request.base.ref }}
Expand Down

0 comments on commit 7f5fbe0

Please sign in to comment.