From dab5560556682eda10d3537e38cd7a3e83a19312 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Fri, 26 Feb 2021 23:57:50 +0100 Subject: [PATCH] update --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15d521a..a68e9df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: test_lint: runs-on: ubuntu-latest - if: ${{ !github.event.created }} + if: ${{ !github.event.created && github.repository != 'garronej/ts_ci' }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1