Skip to content

Commit 41ace9c

Browse files
committed
Improved GitHub Actions Workflow
Former-commit-id: 57f883eb9ede597a30343666035b4963d93a2384 [formerly 51bf9a0] Former-commit-id: 545242d2844d0d4c42015247796a2b1cbb0baeb5
1 parent 21ab979 commit 41ace9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: "Build Example Applications"
4848
runs-on: windows-latest
4949
needs: [content-analysis, package-analysis]
50-
if: github.event.head_commit.message != "Built Example Applications"
50+
if: github.event.head_commit.message != 'Built Example Applications'
5151
defaults:
5252
run:
5353
working-directory: ./example

0 commit comments

Comments
 (0)