Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and alphatownsman committed Oct 23, 2023
1 parent 22a9435 commit 932b13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: deployment
name: preview deployment
on:
workflow_run:
workflows: ["publish"]
workflows: ["docker image"]
types:
- completed
concurrency:
Expand All @@ -10,7 +10,7 @@ concurrency:
jobs:
deployment:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Preview Deployment
name: deployment to preview environment
runs-on: ubuntu-latest
environment: ${{ vars.DEPLOY_ENV }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docker image

on:
workflow_run:
workflows: ["tests"]
workflows: ["unit test"]
branches:
- main
- activitypub
Expand Down

0 comments on commit 932b13c

Please sign in to comment.