We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1de65 commit c103348Copy full SHA for c103348
.github/workflows/plugin-dc-postgres-publish.yml
@@ -15,7 +15,6 @@ jobs:
15
# This must be aligned with the folder-name of you plugin
16
workingDirectory: 'api-builder-plugin-dc-postgres'
17
CI: true
18
- needs: build
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v1
@@ -37,7 +36,7 @@ jobs:
37
36
38
39
40
- needs: [build, publish-gpr]
+ needs: [publish-gpr]
41
42
43
0 commit comments