Skip to content

Commit

Permalink
Remove id: workflow_dispatch in CI (#157)
Browse files Browse the repository at this point in the history
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

These should not be duplicates, so this breaks CI:
https://github.com/hasura/ndc-postgres/actions/runs/6786949614

### How

Remove the `id`s altogether, they shouldn't do anything anyway.
  • Loading branch information
danieljharvey authored Nov 7, 2023
1 parent 0f46253 commit 1de6338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
- name: Dispatch Postgres E2E tests
uses: aurelien-baudet/workflow-dispatch@v2
id: workflow_dispatch
with:
inputs: '{ "connector": "${{ steps.short-git-hash.outputs.hash }}" }'
repo: hasura/v3-e2e-testing
Expand All @@ -39,7 +38,6 @@ jobs:

- name: Dispatch Postgres Config Server E2E tests
uses: aurelien-baudet/workflow-dispatch@v2
id: workflow_dispatch
with:
inputs: '{ "connector": "${{ steps.short-git-hash.outputs.hash }}" }'
repo: hasura/v3-e2e-testing
Expand Down

0 comments on commit 1de6338

Please sign in to comment.