Bug 1768612 [wpt PR 34015] - [Azure Pipelines] Run Edge Canary only once a week, a=testonly

Automatic update from web-platform-tests
[Azure Pipelines] Run Edge Canary only once a week (#34015)

--

wpt-commits: a5ef2947f2cc61e3785f9ebaf771b960e3ad17ef
wpt-pr: 34015
This commit is contained in:
Philip Jägenstedt 2022-05-16 10:09:41 +00:00 коммит произвёл moz-wptsync-bot
Родитель f8333ebaf9
Коммит ec43ce4ba8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -421,7 +421,7 @@ jobs:
- job: results_edge_canary
displayName: 'all tests: Edge Canary'
condition: |
or(eq(variables['Build.SourceBranch'], 'refs/heads/epochs/three_hourly'),
or(eq(variables['Build.SourceBranch'], 'refs/heads/epochs/weekly'),
eq(variables['Build.SourceBranch'], 'refs/heads/triggers/edge_canary'),
and(eq(variables['Build.Reason'], 'Manual'), variables['run_all_edge_canary']))
strategy: