We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a39258 commit 831271cCopy full SHA for 831271c
1 file changed
.github/workflows/main.yaml
@@ -30,7 +30,8 @@ jobs:
30
release:
31
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/canary' || github.ref == 'refs/heads/dx-542-update-to-gha')
32
# needs: [build, check, test-demo-projects, test-integration]
33
- needs: [build, check, test-integration]
+ # needs: [build, check, test-integration]
34
+ needs: [build, test-integration]
35
permissions:
36
contents: write
37
id-token: write
0 commit comments