Skip to content

Commit

Permalink
needed second job
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 29, 2025
1 parent a998402 commit e6350a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trigger-gitlab-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
fi
echo "match=$match" >> $GITHUB_OUTPUT
Send_webhook:
runs-on: ubuntu-latest
needs: trigger
steps:
- name: Send webhook to GitLab
if: steps.check_label.outputs.match == 'true'
env:
Expand Down

0 comments on commit e6350a2

Please sign in to comment.