Skip to content

Commit

Permalink
HACK: change schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Sep 7, 2022
1 parent 5818742 commit 6b0673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selenium-lab-tests.yaml
Expand Up @@ -10,7 +10,7 @@ on:
required: false
schedule:
# Runs every night at 2am PST / 10am UTC, testing against the main branch.
- cron: '0 10 * * *'
- cron: '*/10 * * * *'

# Only one run of this workflow is allowed at a time, since it uses physical
# resources in our lab.
Expand Down

0 comments on commit 6b0673a

Please sign in to comment.