diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec04834..c677ff7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: test_lint: runs-on: ubuntu-latest + if: ${{ !github.event.created }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1