We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831271c commit ea59743Copy full SHA for ea59743
1 file changed
.github/workflows/main.yaml
@@ -31,6 +31,7 @@ jobs:
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]
34
+ #
35
needs: [build, test-integration]
36
permissions:
37
contents: write
0 commit comments