This commit is contained in:
Joseph Garrone 2020-05-14 06:57:42 +02:00
parent 3863196efa
commit 7ca6a7bc03

View file

@ -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: