From 051f26a621caec72d4748e47efa9849460b99e7f Mon Sep 17 00:00:00 2001 From: George B <705427+georgeblahblah@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:04:24 +0100 Subject: [PATCH] Always run the AR build Migrating to GHA in https://github.com/guardian/dotcom-rendering/pull/8886 has meant we are waiting on the AR status check to be successful, but it doesn't always run because of the `paths-filter`. This change removes the filter, so the action will always run. --- .github/workflows/ar-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ar-ci.yml b/.github/workflows/ar-ci.yml index 90275a6ef3a..b7f136db268 100644 --- a/.github/workflows/ar-ci.yml +++ b/.github/workflows/ar-ci.yml @@ -2,9 +2,6 @@ name: AR CI on: push: - paths-ignore: - - "dotcom-rendering/**" - workflow_dispatch: # Allow queued workflows to interrupt previous runs @@ -71,4 +68,3 @@ jobs: - apps-rendering/dist/server/mobile-apps-rendering.zip mobile-assets: - apps-rendering/dist/assets/ -