mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-11 16:42:32 -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:
|
jobs:
|
||||||
update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'denoland/rusty_v8'
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
|
Loading…
Reference in a new issue