From 0d2691a2bfa51f6f8d781f6e8808a930e58370b8 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 7 Jul 2024 10:03:40 +0100 Subject: [PATCH] Test with my GitHub account --- .github/workflows/import-translations.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/import-translations.yml b/.github/workflows/import-translations.yml index 093c9ed..082f3a1 100644 --- a/.github/workflows/import-translations.yml +++ b/.github/workflows/import-translations.yml @@ -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