mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-11 08:34:01 -05:00
chore: don't run auto update on forks (#891)
This commit is contained in:
parent
ffb5967dfb
commit
c211abe618
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-v8.yml
vendored
1
.github/workflows/update-v8.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
|||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'denoland/rusty_v8'
|
||||
steps:
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v1
|
||||
|
|
Loading…
Reference in a new issue