Skip to content

Commit

Permalink
Test with my GitHub account
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jul 7, 2024
1 parent 305b443 commit 0d2691a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/import-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-20.04

# Only run if the pull request was opened by Weblate's GitHub bot user.
if: ${{ github.event.sender.id == 1607653 && github.event.pull_request.maintainer_can_modify == true }}
#if: ${{ github.event.sender.id == 1607653 && github.event.pull_request.maintainer_can_modify == true }}
# Test with Ortham's account
if: ${{ github.event.sender.id == 2430738 && github.event.pull_request.maintainer_can_modify == true }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0d2691a

Please sign in to comment.