Skip to content

Commit

Permalink
Dont try to publish release from ENIGMA (#108)
Browse files Browse the repository at this point in the history
Including the RGM pipeline in ENIGMA came with the side effect of publishing a new release each time someone pushed to ENIGMA. This corrects it.
  • Loading branch information
fundies committed Mar 20, 2020
1 parent e668c2d commit a690ba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-jobs.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
- job: CreateReleaseCandidate
displayName: 'Create Release Candidate'
timeoutInMinutes: 15
condition: eq('${{ parameters.repo }}', 'self')
steps:
- task: GithubRelease@0
displayName: 'Create GitHub Release Candidate'
Expand Down Expand Up @@ -322,6 +323,7 @@ jobs:
dependsOn:
- MINGW
- MSVC_64
condition: eq('${{ parameters.repo }}', 'self')
steps:
- task: GithubRelease@0
displayName: 'Publish GitHub Release Candidate'
Expand Down

0 comments on commit a690ba9

Please sign in to comment.