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 f89ab9a commit b57b809Copy full SHA for b57b809
.github/workflows/cli-release.yml
@@ -32,7 +32,7 @@ jobs:
32
edge:
33
runs-on: ubuntu-latest
34
environment: release
35
- needs: tests
+ # needs: tests
36
if: ${{ inputs.create_edge_release || github.event.schedule }}
37
steps:
38
- name: Checkout source code
0 commit comments