mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix ci force for dependabot check (#8362)
* [ci:force] * [ci:force] * [ci:force] * final fix * final fix * final fix
This commit is contained in:
6
.github/workflows/pull-request.yml
vendored
6
.github/workflows/pull-request.yml
vendored
@@ -87,8 +87,6 @@ env:
|
|||||||
PLAYWRIGHT_STORYBOOK_E2E_PORT: 4400
|
PLAYWRIGHT_STORYBOOK_E2E_PORT: 4400
|
||||||
PROXY_HOST_ECM: ${{ secrets.E2E_HOST }}
|
PROXY_HOST_ECM: ${{ secrets.E2E_HOST }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-package-lock:
|
check-package-lock:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -113,8 +111,8 @@ jobs:
|
|||||||
- name: ci:force flag parser
|
- name: ci:force flag parser
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.event_name }}" == "schedule" ]; then
|
if [ "${{ github.event_name }}" == "schedule" ] || [ "${{ github.actor }}" == "dependabot[bot]" ]; then
|
||||||
echo -e "\033[32mSchedule event\033[0m"
|
echo -e "\033[32mci:force check can be skipped\033[0m"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
Reference in New Issue
Block a user