Skip to content

Commit

Permalink
Update transifex_merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchTheFort authored Sep 20, 2024
1 parent 94dae12 commit 3d9f98e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/transifex_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@ on:
- transifex-synchronization-source

jobs:
echo-user-login:
runs-on: ubuntu-latest
steps:
- name: Echo PR User Login
run: |
echo "PR User Login: ${{ github.event.pull_request.user.login }}"
merge-translations:
if: github.event.pull_request.merged == true # github.event.pull_request.user.login == 'transifex-integration' &&
if: github.event.pull_request.user.login == 'transifex-integration[bot]' && github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout master branch
Expand Down

0 comments on commit 3d9f98e

Please sign in to comment.