Skip to content

Commit

Permalink
Merge pull request #8925 from guardian/gb/run-ar-every-build
Browse files Browse the repository at this point in the history
We migrated to GHA in #8886.

The repository has a status check on the AR build workflow, but the workflow doesn't always run because of the `paths-ignore`. This change removes the filter, so the action will always run and the status check will pass if the build is successful.
  • Loading branch information
georgeblahblah authored Sep 27, 2023
2 parents cd6558a + 051f26a commit deb732f
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 deb732f

Please sign in to comment.