Skip to content

Commit

Permalink
Merge pull request #1751 from tinect/chore/scheduleQualityAssurance
Browse files Browse the repository at this point in the history
chore: run quality assurance regularly
  • Loading branch information
frankdejonge authored Feb 4, 2024
2 parents 7754a6a + 4184901 commit afafdfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
branches:
- 2.x
- 3.x
schedule:
- cron: "5 1 * * *"

env:
FLYSYSTEM_AWS_S3_KEY: '${{ secrets.FLYSYSTEM_AWS_S3_KEY }}'
Expand Down

0 comments on commit afafdfc

Please sign in to comment.