Skip to content

Commit 831271c

Browse files
committed
chore: fixing yaml
1 parent 9a39258 commit 831271c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
release:
3131
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')
3232
# needs: [build, check, test-demo-projects, test-integration]
33-
needs: [build, check, test-integration]
33+
# needs: [build, check, test-integration]
34+
needs: [build, test-integration]
3435
permissions:
3536
contents: write
3637
id-token: write

0 commit comments

Comments
 (0)