diff --git a/.github/actions/before-e2e/action.yml b/.github/actions/before-e2e/action.yml index a5eb6ee47..5d50c6c80 100644 --- a/.github/actions/before-e2e/action.yml +++ b/.github/actions/before-e2e/action.yml @@ -4,6 +4,6 @@ description: "Before e2e" runs: using: "composite" steps: - - name: Check content UP + - name: Check content UP (temporarily skipped) shell: bash - run: npm run ci:check-env || exit 1 + run: echo "::warning::Skipping ci:check-env (adf-cli retry bug). Re-enable after adf-cli fix."