Skip to content

Commit

Permalink
Fix is-pr-approved job (#426)
Browse files Browse the repository at this point in the history
* Test PR for backend switch github action

* checkout source for is-pr-approved step
  • Loading branch information
mfaizanse authored Jan 19, 2024
1 parent 342ee27 commit 4fe2aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-target-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
is-pr-approved:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check if PR approved
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 4fe2aa1

Please sign in to comment.