Skip to content

Commit cd3d754

Browse files
chore: Update GitHub Actions workflow to use 'build-and-test' job as a dependency for publishing
1 parent cb3ffd5 commit cd3d754

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ jobs:
88
uses: ./.github/workflows/test-publish.yml
99

1010
publish:
11-
needs:
12-
- test-cdk-basic
13-
- test-sls-basic
14-
- test-sls-esbuild-cjs
15-
- test-sls-esbuild-esm
16-
- test-sam-basic
17-
- test-terraform-basic
11+
needs: build-and-test
1812
if: github.event_name == 'workflow_dispatch'
1913
runs-on: ubuntu-latest
2014
concurrency:

0 commit comments

Comments
 (0)