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:
Andrey Lushnikov 2021-10-20 02:53:28 -07:00 committed by GitHub
parent 39516c29d1
commit 1f20b0470c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'