Skip to content

Commit

Permalink
Revert 447cce1 changes to azure trigger
Browse files Browse the repository at this point in the history
Sorry, this is temporary, I swear! I just want to be able to debug this
pipeline!
  • Loading branch information
ddalcino committed Dec 9, 2023
1 parent 6981028 commit e2216d6
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
trigger: none
pr: none
schedules:
- cron: '0 12 * * 0'
displayName: Weekly sunday full tests
trigger:
branches:
include:
- master
- releases/*
- refs/tags/v*

pr:
branches:
include:
- master
- releases/*
paths:
include:
- aqt/*
- ci/*
- azure-pipelines.yml

jobs:
- job: MatricesGenerator
Expand Down

0 comments on commit e2216d6

Please sign in to comment.