Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a853b commit 5c9c83dCopy full SHA for 5c9c83d
1 file changed
.github/workflows/mad_modelDiff.yml
@@ -21,7 +21,7 @@ jobs:
21
model-diff:
22
name: Model Difference
23
runs-on: ubuntu-latest
24
- if: github.repository == 'github/codeql' || github.repository == 'bmuskalla/codeql'
+ if: github.repository == 'github/codeql'
25
strategy:
26
matrix:
27
slug: ${{fromJson(github.event.inputs.projects || '["apache/commons-codec", "apache/commons-io", "apache/commons-beanutils", "apache/commons-logging", "apache/commons-fileupload", "apache/commons-lang", "apache/commons-validator", "apache/commons-csv", "apache/dubbo"]' )}}
0 commit comments