From 5dc18703c58b7fef1dd120aad175d0232a40cd7d Mon Sep 17 00:00:00 2001 From: Maurizio Cacace Date: Tue, 14 Mar 2023 15:55:17 +0100 Subject: [PATCH] Fix ci force for dependabot check (#8362) * [ci:force] * [ci:force] * [ci:force] * final fix * final fix * final fix --- .github/workflows/pull-request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8c78af34b5..569b55b174 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -87,8 +87,6 @@ env: PLAYWRIGHT_STORYBOOK_E2E_PORT: 4400 PROXY_HOST_ECM: ${{ secrets.E2E_HOST }} - - jobs: check-package-lock: runs-on: ubuntu-22.04 @@ -113,8 +111,8 @@ jobs: - name: ci:force flag parser shell: bash run: | - if [ "${{ github.event_name }}" == "schedule" ]; then - echo -e "\033[32mSchedule event\033[0m" + if [ "${{ github.event_name }}" == "schedule" ] || [ "${{ github.actor }}" == "dependabot[bot]" ]; then + echo -e "\033[32mci:force check can be skipped\033[0m" exit 0 else git fetch --all