Skip to content

Commit

Permalink
/ok-to-test tags="@tag.Sanity"
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhrathod01 committed Sep 20, 2024
1 parent 47c8d69 commit 4a31fdd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
}
# Checkout the code in the current branch in case the workflow is called because of a branch push event
- name: Checkout the head commit of the branch
- name: Checkout PR
uses: actions/checkout@v4
with:
repository: appsmithorg/appsmith
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- name: Check Commit Message
id: checkCommitMessage
Expand Down

0 comments on commit 4a31fdd

Please sign in to comment.