Skip to content

Commit

Permalink
[Refine] Fix PR Action
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Nov 5, 2024
1 parent 0cf8769 commit 9c370d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/recce_ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Jaffle Shop Recce CI

on:
pull_request_target:
pull_request:
branches: [main]

jobs:
Expand All @@ -14,9 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Check if the PR is up-to-date
if: github.event_name != 'push'
uses: Automattic/action-pr-is-up-to-date@v2
- name: Merge Base Branch into PR
- uses: cycleapple/PR-Update@v1
- with:
- baseBranch: ${{ github.event.pull_request.base.ref }}

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 9c370d3

Please sign in to comment.