Commit bc43204
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 6b7e9f9 commit bc43204
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments