mirror of
https://github.com/microsoft/playwright.git
synced 2026-09-14 14:08:10 +08:00
15 lines
230 B
YAML
15 lines
230 B
YAML
name: tests docker (release)
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- release-*
|
|
|
|
jobs:
|
|
test_linux_docker:
|
|
uses: ./.github/workflows/tests_docker.yml
|
|
permissions:
|
|
id-token: write
|
|
contents: read
|
|
secrets: inherit
|