diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8cd1e7..220b3f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest env: PAT: ${{secrets.PAT}} - if: github.event_name == 'push' && github.event.head_commit.author.name != 'denoify_ci' + if: github.event_name == 'push' && github.event.head_commit.author.name != 'ts_ci' needs: test_node steps: