From 133d8548e8b3302a3eff207ed65ddd5e29ef5f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lison=20Fernandes?= Date: Mon, 17 Feb 2025 22:17:49 +0000 Subject: [PATCH] [PM-18384] Add placeholder workflows for the Authenticator (#4736) --- .github/workflows/build-authenticator.yml | 13 +++++++++++++ .github/workflows/crowdin-pull-authenticator.yml | 13 +++++++++++++ .github/workflows/crowdin-push-authenticator.yml | 13 +++++++++++++ .github/workflows/scan-authenticator.yml | 13 +++++++++++++ .github/workflows/test-authenticator.yml | 13 +++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 .github/workflows/build-authenticator.yml create mode 100644 .github/workflows/crowdin-pull-authenticator.yml create mode 100644 .github/workflows/crowdin-push-authenticator.yml create mode 100644 .github/workflows/scan-authenticator.yml create mode 100644 .github/workflows/test-authenticator.yml diff --git a/.github/workflows/build-authenticator.yml b/.github/workflows/build-authenticator.yml new file mode 100644 index 0000000000..5e9197cc5d --- /dev/null +++ b/.github/workflows/build-authenticator.yml @@ -0,0 +1,13 @@ +name: Build Authenticator + +on: + workflow_dispatch: + +jobs: + placeholder: + name: Placeholder Job + runs-on: ubuntu-24.04 + + steps: + - name: Placeholder Step + run: echo "placeholder workflow" diff --git a/.github/workflows/crowdin-pull-authenticator.yml b/.github/workflows/crowdin-pull-authenticator.yml new file mode 100644 index 0000000000..1cddf88c7e --- /dev/null +++ b/.github/workflows/crowdin-pull-authenticator.yml @@ -0,0 +1,13 @@ +name: Crowdin Sync - Authenticator + +on: + workflow_dispatch: + +jobs: + placeholder: + name: Placeholder Job + runs-on: ubuntu-24.04 + + steps: + - name: Placeholder Step + run: echo "placeholder workflow" diff --git a/.github/workflows/crowdin-push-authenticator.yml b/.github/workflows/crowdin-push-authenticator.yml new file mode 100644 index 0000000000..ea26b6710d --- /dev/null +++ b/.github/workflows/crowdin-push-authenticator.yml @@ -0,0 +1,13 @@ +name: Crowdin Push - Authenticator + +on: + workflow_dispatch: + +jobs: + placeholder: + name: Placeholder Job + runs-on: ubuntu-24.04 + + steps: + - name: Placeholder Step + run: echo "placeholder workflow" diff --git a/.github/workflows/scan-authenticator.yml b/.github/workflows/scan-authenticator.yml new file mode 100644 index 0000000000..77573abd79 --- /dev/null +++ b/.github/workflows/scan-authenticator.yml @@ -0,0 +1,13 @@ +name: Scan Authenticator + +on: + workflow_dispatch: + +jobs: + placeholder: + name: Placeholder Job + runs-on: ubuntu-24.04 + + steps: + - name: Placeholder Step + run: echo "placeholder workflow" diff --git a/.github/workflows/test-authenticator.yml b/.github/workflows/test-authenticator.yml new file mode 100644 index 0000000000..e559286f4c --- /dev/null +++ b/.github/workflows/test-authenticator.yml @@ -0,0 +1,13 @@ +name: Test Authenticator + +on: + workflow_dispatch: + +jobs: + placeholder: + name: Placeholder Job + runs-on: ubuntu-24.04 + + steps: + - name: Placeholder Step + run: echo "placeholder workflow"