Skip to content

Commit

Permalink
Test dispatch-n-wait without inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Aug 27, 2024
1 parent 657a692 commit 2281e67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-call-workflow-and-wait.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
description: 'Other workflow'
required: true
type: string
anInput:
description: 'Some input'
required: false
type: string

env:
WORKFLOWS_REF: main
Expand All @@ -37,7 +33,6 @@ jobs:
with:
workflow: ${{ inputs.otherWorkflow }}
token: ${{ secrets.GITHUB_TOKEN }}
inputs: '{ "anInput": "${{ inputs.anInput }}" }'

next-job:
needs: call-other-workflow-and-wait
Expand Down

0 comments on commit 2281e67

Please sign in to comment.