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