mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-16 20:27:05 +03:00
chore: update CI execution trigger/schedule (#735)
* chore: update CI execution trigger/schedule - Full tests weekly on master - Change trigger for GitHub actions Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore: suppress azure-pipelines on pr/push Signed-off-by: Hiroshi Miura <miurahr@linux.com> --------- Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -1,19 +1,11 @@
|
||||
trigger:
|
||||
trigger: none
|
||||
pr: none
|
||||
schedules:
|
||||
- cron: '0 12 * * 0'
|
||||
displayName: Weekly sunday full tests
|
||||
branches:
|
||||
include:
|
||||
- releases/*
|
||||
- refs/tags/v*
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- releases/*
|
||||
paths:
|
||||
include:
|
||||
- aqt/*
|
||||
- ci/*
|
||||
- azure-pipelines.yml
|
||||
- master
|
||||
|
||||
jobs:
|
||||
- job: MatricesGenerator
|
||||
@@ -56,7 +48,7 @@ jobs:
|
||||
- job: Linux
|
||||
dependsOn: MatricesGenerator
|
||||
pool:
|
||||
vmImage: 'ubuntu-20.04'
|
||||
vmImage: 'ubuntu-22.04'
|
||||
strategy:
|
||||
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.linux'] ]
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user