From c70c1d97e5ed0820d2b41c338e32451ae4cf3d3f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 8 Apr 2020 17:25:30 +0200 Subject: [PATCH] Revert "[CI] Less weekly churn from automated tasks (#3548)" (#3732) This reverts commit f6c85cd37a0ca14509e0d2bd0c463cffdf18849a. --- .github/workflows/publish_crowdin.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish_crowdin.yml b/.github/workflows/publish_crowdin.yml index ee78f5775..376092237 100644 --- a/.github/workflows/publish_crowdin.yml +++ b/.github/workflows/publish_crowdin.yml @@ -35,9 +35,6 @@ jobs: - name: Download translations run: | 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 uses: peter-evans/create-pull-request@v2 with: