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 3912c4d commit 5ae1ee4Copy full SHA for 5ae1ee4
.github/workflows/run-unit-test.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
unittest:
13
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')}}
+ if: ${{ (github.repository_owner != 'aws-solutions' && github.event_name == 'push') || (github.repository_owner == 'aws-solutions' && github.event_name == 'pull_request') }}
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
0 commit comments