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"