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 6f8788e commit 99dd1b5Copy full SHA for 99dd1b5
.github/workflows/release-canary.yml
@@ -4,7 +4,7 @@ run-name: Canary release from ${{ github.ref_name }}
4
on:
5
push:
6
branches:
7
- - main
+ - main-disabled
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/release.yml
@@ -4,8 +4,8 @@ run-name: Release
- - release/v4
+ - release/v4-disabled
11
0 commit comments