Skip to content

Commit

Permalink
gha: pack ci FORCE_CHECK_ALL_FILES=true by defualt
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Dec 27, 2021
1 parent eecce61 commit 12e82ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ runs:
echo "BASE_BRANCH=origin/${DEFAULT_BRANCH}" >> ${GITHUB_ENV}
if [[ "${DEFAULT_BRANCH}" == "${GITHUB_REF_NAME}" ]]; then
echo "FORCE_CHECK_ALL_FILES=true" >> ${GITHUB_ENV}
else
echo "FORCE_CHECK_ALL_FILES=${FORCE_CHECK_ALL_FILES:-true}" >> ${GITHUB_ENV}
fi
if [[ "true" == "${{ inputs.enable-common-libs }}" ]]; then
echo "Common libs PATH selected"
Expand Down

0 comments on commit 12e82ef

Please sign in to comment.