Skip to content

Commit

Permalink
e2e.yml fixed (litmuschaos#4696)
Browse files Browse the repository at this point in the history
Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
Co-authored-by: Namkyu Park <53862866+namkyu1999@users.noreply.github.com>
Signed-off-by: andoriyaprashant <prashantandoriya@gmail.com>
  • Loading branch information
andoriyaprashant and namkyu1999 committed Sep 7, 2024
1 parent 6620d93 commit 03bf77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Litmus-CI
on:
issue_comment:
types: [created]
push:
branches:
- master

Expand All @@ -16,9 +17,7 @@ jobs:
- uses: octokit/request-action@v2.x
id: get_PR_commits
with:
route: GET /repos/:repo/pulls/:pull_number/commits
repo: ${{ github.repository }}
pull_number: ${{ github.event.issue.number }}
route: GET /repos/${{ github.repository }}/pull_number/${{ github.event.issue.number }}/commits
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -217,3 +216,4 @@ jobs:
- name: Deleting KinD cluster
if: always()
run: kind delete cluster

0 comments on commit 03bf77d

Please sign in to comment.