Skip to content

Commit

Permalink
run qa tests on weekly cron schedule rather than on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jan 22, 2025
1 parent 0816d66 commit 23bbb43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/full-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: qa
on:
push:
branches:
- main
schedule:
- cron: '0 3 * * 0'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 23bbb43

Please sign in to comment.