Skip to content

Commit aafd211

Browse files
[Github] Fix typo
I swore I copied the if statement from somewhere, but whatever I did to it while moving it over dropped one of the equals signs. This patch fixes that so the action will actually work properly.
1 parent 9342458 commit aafd211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
analysis:
2323
name: Scorecard analysis
2424
runs-on: ubuntu-latest
25-
if: github.repository = 'llvm/llvm-project'
25+
if: github.repository == 'llvm/llvm-project'
2626
permissions:
2727
# Needed to upload the results to code-scanning dashboard.
2828
security-events: write

0 commit comments

Comments
 (0)