Skip to content

Commit

Permalink
tiyuity
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucifergene authored Apr 27, 2024
1 parent e26656e commit d58ab2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/konflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Konflux Daily JIRA Status
on:
push:
paths:
- 'konflu/**'
- 'konflux/**'
# Trigger on a cron schedule (every weekday at 10:00 AM IST)
schedule:
- cron: '30 4 * * 1-5' # Adjusted for 10:00 AM IST in UTC
Expand All @@ -18,4 +18,4 @@ jobs:
uses: actions/checkout@v2

- name: Run Bash Script
run: bash konflu/forum-konflu-ui.sh ${{ secrets.JIRA_PAT }} ${{ secrets.PERSONAL_SLACK_HOOK }}
run: bash konflux/forum-konflux-ui.sh ${{ secrets.JIRA_PAT }} ${{ secrets.PERSONAL_SLACK_HOOK }}
File renamed without changes.
File renamed without changes.

0 comments on commit d58ab2d

Please sign in to comment.