File tree Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Expand file tree Collapse file tree 9 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1616 beta-release :
1717 name : Beta Release
1818 runs-on : ubuntu-latest
19+ # Only run this workflow on the main repository (continuedev/continue)
20+ if : github.repository == 'continuedev/continue'
1921 steps :
2022 - name : Checkout
2123 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1616 build :
1717 name : issue metrics
1818 runs-on : ubuntu-latest
19+ # Only run this workflow on the main repository (continuedev/continue)
20+ if : github.repository == 'continuedev/continue'
1921 permissions :
2022 issues : write
2123 pull-requests : read
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ permissions:
1616
1717jobs :
1818 release :
19+ # Only run this workflow on the main repository (continuedev/continue)
20+ if : github.repository == 'continuedev/continue'
1921 uses : ./.github/workflows/reusable-release.yml
2022 with :
2123 package-name : " config-yaml"
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ permissions:
1616
1717jobs :
1818 release :
19+ # Only run this workflow on the main repository (continuedev/continue)
20+ if : github.repository == 'continuedev/continue'
1921 uses : ./.github/workflows/reusable-release.yml
2022 with :
2123 package-name : " fetch"
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ permissions:
1515
1616jobs :
1717 release :
18+ # Only run this workflow on the main repository (continuedev/continue)
19+ if : github.repository == 'continuedev/continue'
1820 uses : ./.github/workflows/reusable-release.yml
1921 with :
2022 package-name : " llm-info"
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ permissions:
1616
1717jobs :
1818 release :
19+ # Only run this workflow on the main repository (continuedev/continue)
20+ if : github.repository == 'continuedev/continue'
1921 uses : ./.github/workflows/reusable-release.yml
2022 with :
2123 package-name : " openai-adapters"
Original file line number Diff line number Diff line change 99jobs :
1010 run-cn-task :
1111 runs-on : ubuntu-latest
12+ # Only run this workflow on the main repository (continuedev/continue)
13+ if : github.repository == 'continuedev/continue'
1214 steps :
1315 - name : Checkout repository
1416 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 3232 stable-release :
3333 name : Stable Release
3434 runs-on : ubuntu-latest
35+ # Only run this workflow on the main repository (continuedev/continue)
36+ if : github.repository == 'continuedev/continue'
3537 steps :
3638 - name : Checkout
3739 uses : actions/checkout@v5
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ permissions:
1010jobs :
1111 dependency-submission :
1212 runs-on : ubuntu-latest
13+ # Only run this workflow on the main repository (continuedev/continue)
14+ if : github.repository == 'continuedev/continue'
1315 steps :
1416 - name : Checkout sources
1517 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments