Skip to content

Commit

Permalink
don't run the build workflow in a cron job
Browse files Browse the repository at this point in the history
This means we won't get the most recent Chrome version, but at least we don't
regularly break the Chrome interop image.
  • Loading branch information
marten-seemann committed Jan 9, 2024
1 parent 8c7c546 commit f5130a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'

jobs:
build:
Expand Down

0 comments on commit f5130a2

Please sign in to comment.