Skip to content

Commit 37ea38d

Browse files
authored
Fix an Actions expression syntax error (#17806)
1 parent 271df90 commit 37ea38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openapi-schema-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
check-schema-versions:
12-
if: ${{ github.repository === 'github/docs-internal' }}
12+
if: ${{ github.repository == 'github/docs-internal' }}
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository code

0 commit comments

Comments
 (0)