Skip to content

Commit

Permalink
fix: TBP for the invalid usage of GH workflow_dispatch action
Browse files Browse the repository at this point in the history
  • Loading branch information
abhvsn authored Sep 19, 2024
1 parent 115ed5a commit d4aa58b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ jobs:
invoke-tbp-workflow-for-pg:
needs: [setup]
if: github.event_name != 'push' && github.ref == 'refs/heads/release'
uses: benc-uk/workflow-dispatch@v1
with:
workflow: test-build-docker-image.yml
inputs: '{ "ref": "pg"}'
runs-on: ubuntu-latest
steps:
- name: Trigger TBP on pg branch
uses: benc-uk/workflow-dispatch@v1
with:
workflow: test-build-docker-image.yml
inputs: '{ "ref": "refs/heads/pg"}'

server-build:
needs: [setup]
Expand Down

0 comments on commit d4aa58b

Please sign in to comment.