Skip to content

Commit

Permalink
l10n: TO-DROP: verify git-po-helper changes
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Feb 11, 2024
1 parent 6032aee commit 14a4f26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/l10n.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: git-l10n

on: [push, pull_request_target]
on: [push, pull_request]

# Avoid unnecessary builds. Unlike the main CI jobs, these are not
# ci-configurable (but could be).
Expand All @@ -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 @@ -67,7 +67,7 @@ jobs:
with:
go-version: '>=1.16'
- name: Install git-po-helper
run: go install github.com/git-l10n/git-po-helper@main
run: go install github.com/dscho/git-po-helper@a759aa57e9466fbd75df2fd705c02e1b91ed4823
- name: Install other dependencies
run: |
sudo apt-get update -q &&
Expand All @@ -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 14a4f26

Please sign in to comment.