There was an error while loading. Please reload this page.
1 parent 21ab979 commit 41ace9cCopy full SHA for 41ace9c
.github/workflows/main.yml
@@ -47,7 +47,7 @@ jobs:
47
name: "Build Example Applications"
48
runs-on: windows-latest
49
needs: [content-analysis, package-analysis]
50
- if: github.event.head_commit.message != "Built Example Applications"
+ if: github.event.head_commit.message != 'Built Example Applications'
51
defaults:
52
run:
53
working-directory: ./example
0 commit comments