From 48d64b81e798ec3b8e53dde5ae05902f64d6485a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vitor=20Polverari?= Date: Wed, 27 Mar 2024 21:45:44 -0300 Subject: [PATCH] Removal of transifex.yml --- .github/workflows/transifex.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/transifex.yml diff --git a/.github/workflows/transifex.yml b/.github/workflows/transifex.yml deleted file mode 100644 index e711fd255..000000000 --- a/.github/workflows/transifex.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: lime-transifex - -on: - push: - branches: [ master ] - -jobs: - transifex: - runs-on: ubuntu-latest - container: polarzincomfrio/lime-build-environments:linux-fresh - if: ${{ github.repository == 'RyzenDew/Lime-3DS-Emulator' }} - steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - fetch-depth: 0 - - name: Update Translation - run: ./.ci/transifex.sh - env: - TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} -# This will never build until there's a Transifex API TOKEN available \ No newline at end of file