Skip to content

Commit 0e61181

Browse files
committed
update if syntax
1 parent 8cc15ff commit 0e61181

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
@@ -33,7 +33,7 @@ jobs:
3333
needs: build
3434
env:
3535
PR_PREFIX: sdkAuto/
36-
if: ${{ contains(github.actor, 'openapi-sdkautomation') && startsWith(github.head_ref, $PR_PREFIX) }}
36+
if: ${{ github.actor == 'openapi-sdkautomation' }} && startsWith(github.head_ref, $PR_PREFIX)
3737
steps:
3838
- uses: actions/checkout@v2
3939

0 commit comments

Comments
 (0)