From f4745ba5767eb7d0aae6344644a3f724d7f6ffde Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Mon, 11 Dec 2023 13:54:26 +0000 Subject: [PATCH] Moved workflows to top level folder --- .github/workflows/{contentflows => }/reusable-android-build.yml | 0 .github/workflows/{contentflows => }/reusable-android-release.yml | 0 .github/workflows/{contentflows => }/reusable-app-build.yml | 0 .github/workflows/{contentflows => }/reusable-content-sync.yml | 0 .../workflows/{contentflows => }/reusable-deploy-pr-preview.yml | 0 .../workflows/{contentflows => }/reusable-deploy-web-preview.yml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{contentflows => }/reusable-android-build.yml (100%) rename .github/workflows/{contentflows => }/reusable-android-release.yml (100%) rename .github/workflows/{contentflows => }/reusable-app-build.yml (100%) rename .github/workflows/{contentflows => }/reusable-content-sync.yml (100%) rename .github/workflows/{contentflows => }/reusable-deploy-pr-preview.yml (100%) rename .github/workflows/{contentflows => }/reusable-deploy-web-preview.yml (100%) diff --git a/.github/workflows/contentflows/reusable-android-build.yml b/.github/workflows/reusable-android-build.yml similarity index 100% rename from .github/workflows/contentflows/reusable-android-build.yml rename to .github/workflows/reusable-android-build.yml diff --git a/.github/workflows/contentflows/reusable-android-release.yml b/.github/workflows/reusable-android-release.yml similarity index 100% rename from .github/workflows/contentflows/reusable-android-release.yml rename to .github/workflows/reusable-android-release.yml diff --git a/.github/workflows/contentflows/reusable-app-build.yml b/.github/workflows/reusable-app-build.yml similarity index 100% rename from .github/workflows/contentflows/reusable-app-build.yml rename to .github/workflows/reusable-app-build.yml diff --git a/.github/workflows/contentflows/reusable-content-sync.yml b/.github/workflows/reusable-content-sync.yml similarity index 100% rename from .github/workflows/contentflows/reusable-content-sync.yml rename to .github/workflows/reusable-content-sync.yml diff --git a/.github/workflows/contentflows/reusable-deploy-pr-preview.yml b/.github/workflows/reusable-deploy-pr-preview.yml similarity index 100% rename from .github/workflows/contentflows/reusable-deploy-pr-preview.yml rename to .github/workflows/reusable-deploy-pr-preview.yml diff --git a/.github/workflows/contentflows/reusable-deploy-web-preview.yml b/.github/workflows/reusable-deploy-web-preview.yml similarity index 100% rename from .github/workflows/contentflows/reusable-deploy-web-preview.yml rename to .github/workflows/reusable-deploy-web-preview.yml