Skip to content

Commit 5ae1ee4

Browse files
committed
Fix workflow file syntax
1 parent 3912c4d commit 5ae1ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
unittest:
1313
name: Unit Test Check
14-
if: {{ (github.repository_owner != 'aws-solutions' && github.event_name == 'push') || (github.repository_owner == 'aws-solutions' && github.event_name == 'pull_request')}}
14+
if: ${{ (github.repository_owner != 'aws-solutions' && github.event_name == 'push') || (github.repository_owner == 'aws-solutions' && github.event_name == 'pull_request') }}
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:

0 commit comments

Comments
 (0)