Skip to content

Commit 5e99b41

Browse files
committed
fix: pipline async stagies
1 parent b7cdd28 commit 5e99b41

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/docker-builds.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,3 @@ jobs:
1717

1818

1919

20-
trigger-cleanup:
21-
uses: multi-repo/workflows/.github/workflows/clean-registry.yaml@main
22-
with:
23-
owner: ${{ github.repository_owner }}
24-
repository: postgres
25-
package: postgres/pg
26-
keep_n_tagged: 2
27-
dry_run: true
28-
secrets:
29-
personal_access_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
30-
31-
32-
deploy:
33-
needs: [trigger-cleanup, trigger-build]
34-
runs-on: ubuntu-latest
35-
steps:
36-
- name: Deploy to environment
37-
run: |
38-
echo "Deploying application"

0 commit comments

Comments
 (0)