Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
trittsv authored and eboasson committed Oct 11, 2024
1 parent b63a355 commit 2b5231f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .azure/publish-release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# Azure Pipeline publishing packages
#

trigger: [ '*' ]
pr: [ '*' ]
trigger: none
pr: none
schedules:
- cron: "0 0 * * *"
displayName: Nightly release
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#

trigger: none
pr: none
trigger: [ '*' ]
pr: [ '*' ]

variables:
run-fuzzing: false
Expand Down

0 comments on commit 2b5231f

Please sign in to comment.