Skip to content

Commit

Permalink
[Azure Pipelines] Run Edge Canary only once a week (web-platform-test…
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 10, 2022
1 parent 1edef0f commit a5ef294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Expand Up @@ -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:
Expand Down

0 comments on commit a5ef294

Please sign in to comment.