Skip to content

Commit

Permalink
[732] Remove unnecessary call to xliff_export on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Clstroud committed Aug 10, 2024
1 parent eecda89 commit 35cded1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: On pull request
on:
workflow_dispatch:
pull_request:
branches:
- develop
workflow_dispatch:
inputs:
test:
description: Just to force the manual trigger
required: false
default: 'trigger'

jobs:
on_pull_request:
Expand Down Expand Up @@ -42,6 +37,3 @@ jobs:
with:
lane: test_unit_ui
match_password: ${{ secrets.MATCH_PASSWORD }}

- name: Commit translation file if changed
uses: ./.github/workflows/actions/xliff_export

0 comments on commit 35cded1

Please sign in to comment.