File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
1111 call-workflow-create-jira-issue :
12- if : github.repository == 'MiraGeoscience/geoapps' # do not run on repository forks
12+ if : startsWith( github.repository, 'MiraGeoscience/') # run on the Mira repo only
1313 uses : MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@main
1414 secrets :
1515 JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions:
99
1010jobs :
1111 call-workflow-add-jira-issue-summary :
12- if : github.event.pull_request.head.repo.full_name == 'MiraGeoscience/geoapps' # do not run on repository forks
12+ if : startsWith( github.event.pull_request.head.repo.full_name, 'MiraGeoscience/') # run if PR originates from the Mira repo only
1313 uses : MiraGeoscience/CI-tools/.github/workflows/reusable-jira-pr_add_jira_summary.yml@main
1414 permissions :
1515 contents : read
You can’t perform that action at this time.
0 commit comments