Skip to content

Commit

Permalink
fix: Update dev CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ImKunYoung committed Sep 26, 2023
1 parent c518f98 commit ca88396
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: Deploy dev

#on:
# workflow_run:
# workflows:
# - Build and Push Docker Image for DEV
# types:
# - completed
on:
push:
branches:
- LIB-227
workflow_run:
workflows:
- Build and Push Docker Image for DEV
types:
- completed

jobs:
deploy:
runs-on: ubuntu-latest
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}

env:
DOCKER_REGISTRY: ghcr.io
Expand Down

0 comments on commit ca88396

Please sign in to comment.