1
0
mirror of synced 2026-01-22 09:02:55 -05:00

Fix an Actions expression syntax error (#17806)

This commit is contained in:
James M. Greene
2021-02-10 19:42:37 -06:00
committed by GitHub
parent 271df90bab
commit 37ea38dc5e

View File

@@ -9,7 +9,7 @@ on:
jobs:
check-schema-versions:
if: ${{ github.repository === 'github/docs-internal' }}
if: ${{ github.repository == 'github/docs-internal' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository code