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 9f1ddcd commit c9bdfcbCopy full SHA for c9bdfcb
.github/workflows/ci.yml
@@ -118,7 +118,7 @@ jobs:
118
119
static-code-analysis:
120
name: "Static code analysis"
121
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ (github.actor != 'dependabot[bot]') && (github.repository == 'Testably/Testably.Abstractions') }}
122
runs-on: ubuntu-latest
123
env:
124
REPORTGENERATOR_LICENSE: ${{ secrets.REPORTGENERATOR_LICENSE }}
0 commit comments