We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b70ae commit 6c4f22eCopy full SHA for 6c4f22e
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
# cancel early, if not build commit
27
$strVal ='${{ github.event.commits[0].message }}'
28
- if($strVal -clike '*#TEST*')
+ if($strVal -clike '*#GITBUILD*')
29
{
30
Write-Host 'True'
31
} else {
0 commit comments