Update link-checker.yml (#3787)

This commit is contained in:
kolchfa-aws 2023-04-18 09:25:31 -04:00 committed by GitHub
parent efc59b30ab
commit c6d2e3ea4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
- cron: "30 11 * * 0"
jobs:
check:
if: github.repository == opensearch-project/documentation-website
if: github.repository == 'opensearch-project/documentation-website'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3