Skip to content

Commit

Permalink
fixup! TO-DROP: verify that my git-po-helper changes work
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Feb 11, 2024
1 parent 2f7aeed commit 477f22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup base and head objects
id: setup-tips
run: |
if test "${{ github.event_name }}" = "pull_request_target"
if test "${{ github.event_name }}" = "pull_request"
then
base=${{ github.event.pull_request.base.sha }}
head=${{ github.event.pull_request.head.sha }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: mshick/add-pr-comment@v2
if: >-
always() &&
github.event_name == 'pull_request_target' &&
github.event_name == 'pull_request' &&
env.COMMENT_BODY != ''
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 477f22f

Please sign in to comment.