Commit 7945d60
committed
Remove redundant github.repository check from both jobs
The `pull_request_target` trigger always runs in the context of the
base repo, so `github.repository` is always `integrations/terraform-provider-github`
for PRs opened against this repo. For issues, the workflow only fires
on the repo's own issue tracker. The check adds no value in either case.
Addresses review feedback from @stevehipwell.1 parent 82aa151 commit 7945d60
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | | - | |
| 56 | + | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
0 commit comments