Skip to content

Commit

Permalink
attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdithyaKrishnan committed Feb 29, 2024
1 parent 8e095c5 commit 62feb57
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/ccruntime-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: ccruntime e2e test for PR
on:
pull_request_target:
branches:
- 'main'
types:
- opened
- synchronize
- reopened
- labeled
paths-ignore:
- 'docs/**'
push
# pull_request_target:
# branches:
# - 'main'
# types:
# - opened
# - synchronize
# - reopened
# - labeled
# paths-ignore:
# - 'docs/**'
jobs:
e2e-pr-amd:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ok-to-test') }}
Expand Down

0 comments on commit 62feb57

Please sign in to comment.