Skip to content

Commit

Permalink
Update service-eat-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGANGLOFF authored Apr 22, 2024
1 parent b32bdc8 commit ac99d22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/service-eat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Deploy Service Eat
on:
workflow_run:
workflows: ["Rust-eat"]
branches: [service-eat]
types:
- completed
workflow_dispatch:

jobs:
build-push-and-deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ac99d22

Please sign in to comment.