Skip to content

Commit

Permalink
Always run the AR build
Browse files Browse the repository at this point in the history
Migrating to GHA in #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.
  • Loading branch information
georgeblahblah committed Sep 27, 2023
1 parent cd6558a commit 051f26a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ar-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: AR CI

on:
push:
paths-ignore:
- "dotcom-rendering/**"

workflow_dispatch:

# Allow queued workflows to interrupt previous runs
Expand Down Expand Up @@ -71,4 +68,3 @@ jobs:
- apps-rendering/dist/server/mobile-apps-rendering.zip
mobile-assets:
- apps-rendering/dist/assets/

0 comments on commit 051f26a

Please sign in to comment.