.github/workflows/*: minor fixes
This commit is contained in:
parent
3a64e5f72e
commit
2351189166
|
@ -11,7 +11,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: technote-space/get-diff-action@v2.0.3
|
- uses: technote-space/get-diff-action@v2.0.3
|
||||||
- name: fetch editorconfig-checker
|
- name: Fetch editorconfig-checker
|
||||||
env:
|
env:
|
||||||
VERSION: "2.1.0"
|
VERSION: "2.1.0"
|
||||||
OS: "linux"
|
OS: "linux"
|
||||||
|
|
|
@ -7,8 +7,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Wait for ofborg CI
|
- name: Wait for ofborg CI
|
||||||
run: |
|
run: |
|
||||||
|
# Wait for ofborg ...
|
||||||
# eval sometimes takes a bit longer on staging.
|
# eval sometimes takes a bit longer on staging.
|
||||||
if [[ "$BASE_BRANCH" == "refs/heads/staging" ]]; then
|
if [[ "$BASE_BRANCH" == "staging" ]]; then
|
||||||
COUNTDOWN=$((COUNTDOWN*2))
|
COUNTDOWN=$((COUNTDOWN*2))
|
||||||
fi
|
fi
|
||||||
# ..in future a better fix would be to make ofborg mark CI as pending right away.
|
# ..in future a better fix would be to make ofborg mark CI as pending right away.
|
||||||
|
|
Loading…
Reference in New Issue