Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 651a642

Browse files
author
bcoe
committed
debug: build
1 parent 51e115e commit 651a642

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# git push origin main
2222
release-please-pr:
2323
runs-on: ubuntu-latest
24-
needs: [build]
24+
# needs: [build]
2525
steps:
2626
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
2727
with:
@@ -32,7 +32,7 @@ jobs:
3232
command: release-pr
3333
release-please-release:
3434
runs-on: ubuntu-latest
35-
needs: [build]
35+
# needs: [build]
3636
steps:
3737
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
3838
with:

0 commit comments

Comments
 (0)