diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4d907ba7..fd9fcc1b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -29,8 +29,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Build package uses: ./.github/actions/build @@ -52,8 +50,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha || github.ref }} - name: Setup Node uses: actions/setup-node@v3