Skip to content

Commit

Permalink
skip build if it is a scheduled build
Browse files Browse the repository at this point in the history
  • Loading branch information
twcclegg committed Jul 26, 2023
1 parent 98ab535 commit 6b86375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
init:
- ps: >-
if ($env:APPVEYOR_SCHEDULED_BUILD -eq "true")
{
Exit
}
if ($env:APPVEYOR_REPO_TAG -eq "true")
{
Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_TAG_NAME.substring(1))"
Expand Down

0 comments on commit 6b86375

Please sign in to comment.