ci: Updated Transifex workflow to work properly

This commit is contained in:
OpenSauce04 2025-03-01 00:20:08 +00:00
parent 06f92aeccf
commit 3406c389ca

View File

@ -7,8 +7,8 @@ on:
jobs:
transifex:
runs-on: ubuntu-latest
container: pablomk7/build-environments:linux-fresh
if: ${{ github.repository == 'citra-emu/citra' }}
container: opensauce04/azahar-build-environment:latest
if: ${{ github.repository == 'azahar-emu/azahar' }}
steps:
- uses: actions/checkout@v4
with: