Skip to content

Commit

Permalink
wq!
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Aug 15, 2024
1 parent c97905d commit 62a2e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
echo "JUnit reports, Allure report, and test comparison reports are available as artifacts."
- name: Auto-Approve the Pull Request
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request_target'
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 62a2e40

Please sign in to comment.