Skip to content

Commit

Permalink
Changed the payload variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RonBenMosheHabana committed Nov 21, 2024
1 parent b3dc3ba commit 69d45e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger_jenkins.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Trigger Jenkins Tests
on:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, edited, synchronize]

permissions:
pull-requests: write
Expand All @@ -13,4 +13,4 @@ jobs:
run: |
curl -XPOST -H "Content-Type: application/json" \
${{ secrets.WEBHOOK_URL }} \
-d "${{ toJson(github.event.payload) }}"
-d "${{ toJson(github) }}"

0 comments on commit 69d45e1

Please sign in to comment.