Skip to content

Commit

Permalink
Merge pull request #168 from microsoft/apudovkin-ms.dev.AzDevOpsPipel…
Browse files Browse the repository at this point in the history
…ine.MonthlyRun

Update azure-pipelines.yml
  • Loading branch information
nechvatalp authored Aug 26, 2024
2 parents 9296dca + 198b718 commit 670a90d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
# Add steps that test, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/go

# This pipeline is mostly for having a CodeQL scanning. We have similar one based in GitHub. Here is the link: https://github.com/microsoft/azure-devops-go-api/blob/master/.github/workflows/go.yml

trigger:
- master
- dev

schedules:
- cron: "0 2 15 * *" # Runs at 2 AM UTC on the 15th of every month
displayName: "Monthly Run"
branches:
include:
- dev
always: true # Run the pipeline even if there are no code changes

pool:
vmImage: 'ubuntu-latest'

Expand Down

0 comments on commit 670a90d

Please sign in to comment.