We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271df90 commit 37ea38dCopy full SHA for 37ea38d
1 file changed
.github/workflows/openapi-schema-check.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
check-schema-versions:
12
- if: ${{ github.repository === 'github/docs-internal' }}
+ if: ${{ github.repository == 'github/docs-internal' }}
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout repository code
0 commit comments