Commit c84d466
committed
GH Actions/quicktest: fix failing build when contributors update their fork
The `quicktest` workflow runs the code coverage for merges to `develop`, but wasn't limited to this repo.
The net effect of this is failing builds for contributors who have actions enabled on their fork and who update the `develop` branch in their own fork.
The reason for the failure is that they don't have access to the `CODECOV_TOKEN`.
This commit changes the conditions on when to run the tests normally and when to run with code coverage to take the organisation where the repo lives into account. That should prevent the failing builds.1 parent 227baf6 commit c84d466
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments