chore: don't run auto update on forks (#891)

This commit is contained in:
Divy Srivastava 2022-02-07 08:39:30 +05:30 committed by GitHub
parent ffb5967dfb
commit c211abe618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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