From d5397d4ea4517bc344384ed2bba6493f1105b172 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Sat, 30 Apr 2022 18:09:27 -0400 Subject: [PATCH] chore(ci): changed-files should compare to remote --- .github/workflows/mediawiki.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/mediawiki.yml b/.github/workflows/mediawiki.yml index 1d2fe838..d4476eb1 100644 --- a/.github/workflows/mediawiki.yml +++ b/.github/workflows/mediawiki.yml @@ -42,6 +42,7 @@ jobs: id: changed-php uses: tj-actions/changed-files@v19 with: + since_last_remote_commit: "true" files: | includes/**/*.php @@ -49,6 +50,7 @@ jobs: id: changed-script uses: tj-actions/changed-files@v19 with: + since_last_remote_commit: "true" files: | resources/**/*.js @@ -56,6 +58,7 @@ jobs: id: changed-stylesheet uses: tj-actions/changed-files@v19 with: + since_last_remote_commit: "true" files: | resources/**/*.css resources/**/*.less @@ -66,6 +69,7 @@ jobs: id: changed-i18n uses: tj-actions/changed-files@v19 with: + since_last_remote_commit: "true" files: | i18n/*.json