mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
update
This commit is contained in:
parent
3863196efa
commit
7ca6a7bc03
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
PAT: ${{secrets.PAT}}
|
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
|
needs: test_node
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue