Skip to content

Commit e7162a9

Browse files
authored
Merge pull request zaproxy#9055 from psiinon/docker/chrome
Schedule Chrome Docker test
2 parents 8244309 + 0eeaa0e commit e7162a9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test-chrome-docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Test Chrome in nightly Docker
22
on:
33
workflow_dispatch:
4-
#schedule:
5-
# TODO schedule
4+
schedule:
5+
# Every Monday at 5am
6+
- cron: '0 5 * * 1'
67

78
jobs:
89
publish:

0 commit comments

Comments
 (0)