diff --git a/.github/workflows/sourcegraph.yml b/.github/workflows/sourcegraph.yml index 70a725f..a77c910 100644 --- a/.github/workflows/sourcegraph.yml +++ b/.github/workflows/sourcegraph.yml @@ -5,7 +5,7 @@ on: jobs: sourcegraph: # prevent forks from uploading indexes - if: github.repository == "i-ky/libfrog" + if: github.repository == 'i-ky/libfrog' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1