Skip to content

Commit

Permalink
Add github action for milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelrios committed Feb 10, 2025
1 parent 5088808 commit facb8a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/production-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,16 @@ jobs:
if: always()
run: python ./__main__.py --report-type jira-qa-needed

continue-on-error: true
- name: Bugzilla query
if: always()
run: python ./__main__.py --report-type bugzilla-qe-verify

continue-on-error: true
- name: Update DB - testrail milestones
run: python3 ./__main__.py --platform mobile --project ALL --report-type testrail-milestones

continue-on-error: true
- name: Set job log URL
if: always()
run: echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
Expand Down

0 comments on commit facb8a6

Please sign in to comment.