We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcd622 commit 3858c04Copy full SHA for 3858c04
.github/workflows/release-fetch.yml
@@ -16,6 +16,8 @@ permissions:
16
17
jobs:
18
release:
19
+ # Only run this workflow on the main repository (continuedev/continue)
20
+ if: github.repository == 'continuedev/continue'
21
uses: ./.github/workflows/reusable-release.yml
22
with:
23
package-name: "fetch"
0 commit comments