Skip to content

Commit 237c755

Browse files
committed
XYZ-12345 Remove PR check
1 parent 28180cf commit 237c755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
github.ref_name != github.event.repository.default_branch
2929
uses: stefanzweifel/git-auto-commit-action@v5
3030
with:
31-
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
31+
branch: ${{ github.head_ref || github.ref }}
3232
commit_message: "chore: fix linting issues"
3333
commit_user_name: Wesley Scholl
3434
commit_user_email: [email protected]

0 commit comments

Comments
 (0)