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 cb5bead commit 2ef11d8Copy full SHA for 2ef11d8
.github/workflows/stable-release.yml
@@ -32,6 +32,8 @@ jobs:
32
stable-release:
33
name: Stable Release
34
runs-on: ubuntu-latest
35
+ # Only run this workflow on the main repository (continuedev/continue)
36
+ if: github.repository == 'continuedev/continue'
37
steps:
38
- name: Checkout
39
uses: actions/checkout@v5
0 commit comments