diff --git a/.github/workflows/actions/restore-cache/action.yml b/.github/workflows/actions/restore-cache/action.yaml similarity index 100% rename from .github/workflows/actions/restore-cache/action.yml rename to .github/workflows/actions/restore-cache/action.yaml diff --git a/.github/workflows/actions/save-cache/action.yml b/.github/workflows/actions/save-cache/action.yaml similarity index 100% rename from .github/workflows/actions/save-cache/action.yml rename to .github/workflows/actions/save-cache/action.yaml diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yaml similarity index 99% rename from .github/workflows/ci-e2e.yml rename to .github/workflows/ci-e2e.yaml index 371024788..34bd52862 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yaml @@ -62,7 +62,7 @@ jobs: files: | packages/** playwright.config.ts - .github/workflows/ci-e2e.yml + .github/workflows/ci-e2e.yaml - name: Skip if no relevant changes if: steps.changed-files.outputs.any_changed == 'false'