Revert "[CI] Less weekly churn from automated tasks (#3548)" (#3732)

This reverts commit f6c85cd37a0ca14509e0d2bd0c463cffdf18849a.
This commit is contained in:
jack1142 2020-04-08 17:25:30 +02:00 committed by GitHub
parent da4e4d4ad0
commit c70c1d97e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,9 +35,6 @@ jobs:
- name: Download translations - name: Download translations
run: | run: |
make download_translations make download_translations
- name: Remove files from PR which only have a date changed
run: |
git checkout HEAD -- $(git diff HEAD --numstat | awk 'BEGIN {ORS=" "} $1 == "1" && $2 == "1" && $3 ~ /.po$/ {print $3}')
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@v2 uses: peter-evans/create-pull-request@v2
with: with: