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 8cc15ff commit 0e61181Copy full SHA for 0e61181
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
needs: build
34
env:
35
PR_PREFIX: sdkAuto/
36
- if: ${{ contains(github.actor, 'openapi-sdkautomation') && startsWith(github.head_ref, $PR_PREFIX) }}
+ if: ${{ github.actor == 'openapi-sdkautomation' }} && startsWith(github.head_ref, $PR_PREFIX)
37
steps:
38
- uses: actions/checkout@v2
39
0 commit comments