Skip to content

Commit

Permalink
update: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioscardace committed Jun 23, 2024
1 parent 4647f2e commit 7a79718
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Docker Publish
name: docker-publish
run-name: Docker Publish

on:
workflow_run:
workflows: ["CI for Testing"]
workflows: ["test"]
types:
- completed

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI for Testing
name: test
run-name: CI for Testing

on:
push:
Expand Down

0 comments on commit 7a79718

Please sign in to comment.