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