Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SiskaPavel committed Oct 24, 2023
1 parent e679600 commit 4bdab08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: check
on:
workflow_run:
workflows: ["Prepare Docker Images"]
branches: '*'
types:
workflows: ["prepare"]
types:
- completed
jobs:
container-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prepare Docker Images
name: prepare

on:
push:
Expand Down

0 comments on commit 4bdab08

Please sign in to comment.