We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dad60c1 + 6d1b75b commit f4b15d3Copy full SHA for f4b15d3
1 file changed
.github/workflows/pr_notify.yml
@@ -6,6 +6,7 @@ on:
6
branches: [master]
7
jobs:
8
jira_job:
9
+ if: github.event.pull_request.head.repo.full_name == github.repository
10
runs-on: ubuntu-latest
11
steps:
12
- name: Jira Login
0 commit comments