mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Simulate breaking change 18
This commit is contained in:
@@ -113,7 +113,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
check-if-pr-is-approved:
|
check-if-pr-is-approved:
|
||||||
if: false
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@@ -155,6 +154,7 @@ jobs:
|
|||||||
DEVEL_FLAG: ${{ inputs.devel }}
|
DEVEL_FLAG: ${{ inputs.devel }}
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
skip_check: "false"
|
skip_check: "false"
|
||||||
|
if: false
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.event_name }}" == "schedule" ] || [ "${{ github.actor }}" == "dependabot[bot]" ]; then
|
if [ "${{ github.event_name }}" == "schedule" ] || [ "${{ github.actor }}" == "dependabot[bot]" ]; then
|
||||||
echo -e "\033[32mci:force check can be skipped\033[0m"
|
echo -e "\033[32mci:force check can be skipped\033[0m"
|
||||||
|
|||||||
Reference in New Issue
Block a user