Skip to content

Commit

Permalink
Merge branch 'main' into gl/podcast-duration-tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM authored Jan 8, 2025
2 parents df9c929 + ac66b3a commit c0b1f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
paths: "test-results/**/TEST-*.xml"
if: always()

- uses: guardian/actions-riff-raff@v4
- uses: guardian/actions-riff-raff@v4.1.2
env:
GU_RIFF_RAFF_ROLE_ARN: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
if: ${{ env.GU_RIFF_RAFF_ROLE_ARN }}
Expand Down
2 changes: 1 addition & 1 deletion common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ object CommercialBundleUpdater
description = "Enable the commercial bundle updater",
owners = Seq(Owner.withGithub("jakeii")),
sellByDate = LocalDate.of(2025, 1, 30),
participationGroup = Perc1A,
participationGroup = Perc5A,
)

0 comments on commit c0b1f92

Please sign in to comment.