Skip to content

Commit

Permalink
Some minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavisontakke committed Feb 7, 2025
1 parent 491167e commit 91fd469
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/abi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ name: ABI Test
pull_request:
paths: .github/workflows/abi.yaml
workflow_dispatch:

jobs:
config:
runs-on: ubuntu-latest
Expand All @@ -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:
Expand Down

0 comments on commit 91fd469

Please sign in to comment.