mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
chore: don't run auto update on forks (#891)
This commit is contained in:
parent
ffb5967dfb
commit
c211abe618
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 New Issue
Block a user