We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d427bcd commit 0387e1bCopy full SHA for 0387e1b
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
uses: ./.github/workflows/test.yml
17
18
continuous-release:
19
+ if: github.repository == 'vuejs/core'
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
.github/workflows/size-data.yml
@@ -18,6 +18,7 @@ env:
jobs:
upload:
23
24
.github/workflows/size-report.yml
@@ -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'
0 commit comments