Skip to content

Commit

Permalink
test: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonDumestre committed Feb 7, 2024
1 parent ce05a7c commit e61ff77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI devops - Image
on:
#workflow_run:
# workflows: 'CI devops - Test Backend'
# branches: main
# types: completed
push:
branches:
- main
Expand All @@ -9,7 +13,7 @@ on:
jobs:
build-and-push-docker-image:
runs-on: ubuntu-22.04
if: github.event.workflow_run.conclusion == 'success'
#if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit e61ff77

Please sign in to comment.