Skip to content

Commit

Permalink
Merge pull request #98 from XanatosX/master
Browse files Browse the repository at this point in the history
Disable debug mode for pipeline
  • Loading branch information
XanatosX authored Oct 5, 2023
2 parents 3af08c7 + 8a018fd commit cee84da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/create-latest-develop-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Nightly build

on:
#workflow_dispatch:
#schedule:
#- cron: 0 0 * * *
push
workflow_dispatch:
schedule:
- cron: 0 0 * * *

env:
DEBUG: true
DEBUG: false
REF_CHECKOUT_BRANCH: develop
RELEASE_NAME: Recent nightly build
APPLICATION_PROJECT_PATH: .\src\XmlFormatterOsIndependent\XmlFormatterOsIndependent.csproj
Expand Down

0 comments on commit cee84da

Please sign in to comment.