summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/editorconfig.yml2
-rw-r--r--.github/workflows/wait-ofborg.yml3
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index 21532a0ded6d..a3b6c54bb6ab 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -11,7 +11,7 @@ jobs:
with:
fetch-depth: 0
- uses: technote-space/get-diff-action@v2.0.3
- - name: fetch editorconfig-checker
+ - name: Fetch editorconfig-checker
env:
VERSION: "2.1.0"
OS: "linux"
diff --git a/.github/workflows/wait-ofborg.yml b/.github/workflows/wait-ofborg.yml
index 3b40586fc27e..7b1518896f42 100644
--- a/.github/workflows/wait-ofborg.yml
+++ b/.github/workflows/wait-ofborg.yml
@@ -7,8 +7,9 @@ jobs:
steps:
- name: Wait for ofborg CI
run: |
+ # Wait for ofborg ...
# eval sometimes takes a bit longer on staging.
- if [[ "$BASE_BRANCH" == "refs/heads/staging" ]]; then
+ if [[ "$BASE_BRANCH" == "staging" ]]; then
COUNTDOWN=$((COUNTDOWN*2))
fi
# ..in future a better fix would be to make ofborg mark CI as pending right away.