From cf25d5e63de29eab657797f3b96bfdcc2228219f Mon Sep 17 00:00:00 2001 From: moeboua-cloud Date: Tue, 5 May 2026 13:07:40 -0400 Subject: [PATCH] Fix checkout behavior for forked pull requests --- .github/workflows/prettier.yml | 3 --- .github/workflows/slinky.yml | 2 -- 2 files changed, 5 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 14c63d1494790..6f56e4e862427 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -11,9 +11,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - name: Prettify code uses: creyD/prettier_action@v4.3 diff --git a/.github/workflows/slinky.yml b/.github/workflows/slinky.yml index 3e18ecb2d61a6..b73b2d588601a 100644 --- a/.github/workflows/slinky.yml +++ b/.github/workflows/slinky.yml @@ -21,8 +21,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 - with: - ref: ${{ github.head_ref }} - name: Run Slinky uses: sailpoint-oss/slinky@v1