Skip to content

Commit c103348

Browse files
author
Chris Wiechmann
committed
Update plugin-dc-postgres-publish.yml
1 parent 7f1de65 commit c103348

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/plugin-dc-postgres-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
# This must be aligned with the folder-name of you plugin
1616
workingDirectory: 'api-builder-plugin-dc-postgres'
1717
CI: true
18-
needs: build
1918
runs-on: ubuntu-latest
2019
steps:
2120
- uses: actions/checkout@v1
@@ -37,7 +36,7 @@ jobs:
3736
# This must be aligned with the folder-name of you plugin
3837
workingDirectory: 'api-builder-plugin-dc-postgres'
3938
CI: true
40-
needs: [build, publish-gpr]
39+
needs: [publish-gpr]
4140
runs-on: ubuntu-latest
4241
steps:
4342
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)