Skip to content

Commit 7048f1b

Browse files
committed
Removed superfluous actions
1 parent 37d6201 commit 7048f1b

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -372,43 +372,3 @@ jobs:
372372
- name: Reverse patch
373373
run: |
374374
docker compose exec phpfpm patch --strip=1 --verbose --input=${{ matrix.patch }} --reverse
375-
376-
check-translations:
377-
runs-on: ubuntu-latest
378-
steps:
379-
- uses: actions/checkout@v4
380-
- uses: arduino/setup-task@v2
381-
with:
382-
repo-token: ${{ secrets.GITHUB_TOKEN }}
383-
384-
- name: Install site
385-
run: |
386-
docker network create frontend
387-
task site-install --yes
388-
389-
- name: Extract translations
390-
run: |
391-
task translations:extract
392-
393-
- run: |
394-
task translations:diff
395-
396-
check-config-translations:
397-
runs-on: ubuntu-latest
398-
steps:
399-
- uses: actions/checkout@v4
400-
- uses: arduino/setup-task@v2
401-
with:
402-
repo-token: ${{ secrets.GITHUB_TOKEN }}
403-
404-
- name: Install site
405-
run: |
406-
docker network create frontend
407-
task site-install --yes
408-
409-
- name: Export config translations
410-
run: |
411-
task config-translations:export
412-
413-
- run: |
414-
task translations:diff

0 commit comments

Comments
 (0)