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 9375fa5 commit 8f119a1Copy full SHA for 8f119a1
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
needs: build
34
env:
35
PR_PREFIX: sdkAuto/
36
- if: ${{ github.actor == 'openapi-sdkautomation[bot]' }}
+ if: ${{ github.actor == 'openapi-sdkautomation[bot]' || github.actor == 'jorgecotillo' }}
37
steps:
38
- uses: actions/checkout@v2
39
0 commit comments