Skip to content

Commit 671bdcf

Browse files
committed
Exec Jira
1 parent b1c5712 commit 671bdcf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/generate-redirector-config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
Images-stable:
270270
name: "I"
271271
runs-on: ubuntu-24.04
272-
needs: [ Images-stable-index ]
272+
needs: [ Images-stable-index ]Update generate-jira-excerpt.yml
273273
outputs:
274274
matrix: ${{needs.Images-stable-index.outputs.matrix}}
275275
if: ${{ needs.Images-stable-index.outputs.matrix != '[]' && needs.Images-stable-index.outputs.matrix != '' }}
@@ -584,3 +584,9 @@ jobs:
584584
with:
585585
token: ${{ secrets.GITHUB_TOKEN }}
586586
event-type: "Webindex update"
587+
588+
- name: "Run Jira update action"
589+
uses: peter-evans/repository-dispatch@v3
590+
with:
591+
token: ${{ secrets.GITHUB_TOKEN }}
592+
event-type: "Jira update"

0 commit comments

Comments
 (0)