Skip to content

Commit f2c7816

Browse files
authored
Update generate-jira-excerpt.yml
1 parent 2563356 commit f2c7816

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/generate-jira-excerpt.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: "Pull from Armbian Jira"
22
on:
3-
schedule:
4-
- cron: '*/5 * * * *'
5-
workflow_dispatch:
3+
repository_dispatch:
4+
types: ["Redirector update"]
65

76
concurrency:
87
group: redirector
@@ -11,7 +10,7 @@ concurrency:
1110
jobs:
1211
jira:
1312
runs-on: ubuntu-24.04
14-
name: "Get from Jira"
13+
name: "Get from Armbian Jira"
1514
steps:
1615

1716
- name: Checkout repository
@@ -42,4 +41,4 @@ jobs:
4241
git config --global user.email "[email protected]"
4342
git add data/.
4443
git diff --cached --quiet || git commit -m "Update WEB indes files"
45-
git push
44+
git push

0 commit comments

Comments
 (0)