Ignore reusable workflow error

This commit is contained in:
Antonio Andelic 2022-05-27 14:15:34 +00:00
parent 30f2c9ad58
commit 2ca5b7812d
2 changed files with 2 additions and 2 deletions

View File

@ -3277,7 +3277,7 @@ jobs:
#############################################################################################
Jepsen:
needs: [BuilderBinRelease]
uses: ./.github/workflows/jepsen.yml # yamllint disable-line
uses: ./.github/workflows/jepsen.yml
FinishCheck:
needs:

View File

@ -6,4 +6,4 @@ GIT_ROOT=$(git rev-parse --show-cdup)
GIT_ROOT=${GIT_ROOT:-.}
act --list --directory="$GIT_ROOT" 1>/dev/null 2>&1 || act --list --directory="$GIT_ROOT" 2>&1
actionlint || :
actionlint -ignore 'reusable workflow call.+' || :