Skip to content

Commit

Permalink
Merge pull request #10976 from wellcomecollection/prismic-lint-tweak
Browse files Browse the repository at this point in the history
Change schedule and upgrade checkout
  • Loading branch information
rcantin-w authored Jul 1, 2024
2 parents 28d7c67 + 9a828f2 commit f056376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prismic-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prismic Linting
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
- cron: '0 4 * * MON-FRI'

permissions:
id-token: write
Expand All @@ -11,7 +11,7 @@ jobs:
prismic_linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-1
Expand Down

0 comments on commit f056376

Please sign in to comment.