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 3858c04 commit cb5beadCopy full SHA for cb5bead
.github/workflows/beta-release.yml
@@ -16,6 +16,8 @@ jobs:
16
beta-release:
17
name: Beta Release
18
runs-on: ubuntu-latest
19
+ # Only run this workflow on the main repository (continuedev/continue)
20
+ if: github.repository == 'continuedev/continue'
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v5
0 commit comments