Skip to content

Commit

Permalink
fixing deploy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 7, 2024
1 parent 2342aba commit 8ee2612
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/doxygen-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Doxygen Deployment
on:
push:
branches: [main]
workflow_dispatch:

jobs:
doxygen_generation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/foxy-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Foxy Docker Push

on:
workflow_run:
workflows: ["foxy_docker_build"]
workflows: ["Foxy Docker Build"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/galactic-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Galactic Docker Push

on:
workflow_run:
workflows: ["galactic_docker_build"]
workflows: ["Galactic Docker Build"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Humble Docker Push

on:
workflow_run:
workflows: ["humble_docker_build"]
workflows: ["Humble Docker Build"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Iron Docker Push

on:
workflow_run:
workflows: ["iron_docker_build"]
workflows: ["Iron Docker Build"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Jazzy Docker Push

on:
workflow_run:
workflows: ["jazzy_docker_build"]
workflows: ["Jazzy Docker Build"]
types:
- completed

Expand Down

0 comments on commit 8ee2612

Please sign in to comment.