diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 315c869..8df5fcb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: test_lint: runs-on: ubuntu-latest - if: ${{ !github.event.created && false }} + if: ${{ !github.event.created && github.repository != 'garronej/ts_ci' }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1