@@ -16,6 +16,7 @@ jobs:
uses: ./.github/workflows/test.yml
continuous-release:
+ if: github.repository == 'vuejs/core'
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -18,6 +18,7 @@ env:
jobs:
upload:
@@ -18,6 +18,7 @@ jobs:
size-report:
if: >
+ github.repository == 'vuejs/core' &&
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'