Commit 139b136
committed
Provide ref fallback value in the
Previously, we introduced a chance dynamically determining the base
branch for the `check_commits` CI job. Unfortunately it used the
`base_ref` variable, which is only set for `pull_request`s, not for
`push`es. Here, we therefore also provide a `ref_name` fallback value,
which should also work for our post-merge 'push' CI.check_commits CI1 parent a48d650 commit 139b136
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments