chore: run docker tests on every commit (#9632)
Otherwise, we run docker tests very rarely, and their failures don't show up on the flakiness dashboard.
This commit is contained in:
parent
39516c29d1
commit
1f20b0470c
5
.github/workflows/tests_docker.yml
vendored
5
.github/workflows/tests_docker.yml
vendored
|
|
@ -5,11 +5,6 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- release-*
|
||||
paths:
|
||||
- '.github/workflows/tests_docker.yml'
|
||||
- '**/Dockerfile*'
|
||||
- 'browsers.json'
|
||||
- 'package.json'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/tests_docker.yml'
|
||||
|
|
|
|||
Loading…
Reference in a new issue