From 7ca6a7bc0379c6a2322e7c005a5dacf95dd6238c Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 14 May 2020 06:57:42 +0200 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 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: