Skip to content

Commit

Permalink
Change name of the job
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Feb 3, 2025
1 parent 17e8abf commit d6c6ba5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-merge-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ on:
- closed

jobs:
create-docs-ticket:
jira-webhook-pr-merge:
# Only on merged PRs
if: github.event.pull_request.merged
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

- name: Trigger PR Merge Webhook
id: trigger-pr-merge-webhook
env:
# Push the PR details in the webhook data.
WEBHOOK_DATA: ${{ toJSON(github.event.pull_request) }}
Expand Down

0 comments on commit d6c6ba5

Please sign in to comment.