diff --git a/.github/workflows/abi.yaml b/.github/workflows/abi.yaml index 2712f4e1939..2cbb62517df 100644 --- a/.github/workflows/abi.yaml +++ b/.github/workflows/abi.yaml @@ -18,7 +18,6 @@ name: ABI Test pull_request: paths: .github/workflows/abi.yaml workflow_dispatch: - jobs: config: runs-on: ubuntu-latest @@ -35,14 +34,12 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v4 - with: - ref: ${{ github.event.inputs.branch }} - name: Read configuration id: config run: python .github/gh_config_reader.py abi_test: - name: ABI Test ${{ matrix.dir }} PG${{ matrix.pg }} timescaledb${{ github.event.inputs.branch }} + name: ABI Test ${{ matrix.dir }} PG${{ matrix.pg }} Env:${{ matrix.env }} runs-on: ubuntu-latest needs: config strategy: