Skip to content

Commit

Permalink
chore: remove manually running for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Mar 17, 2023
1 parent dd5154b commit ca9ba66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-api-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: EOEFANS API Docker Image CI
on:
push:
tags: ["v*.*.*"]
workflow_dispatch:
# workflow_dispatch:

env:
IMAGE_REGISTRY: "containers.vlink.dev"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eoefans-spider-docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: EOEFANS SPIDER Docker Image CI
on:
push:
tags: ["v*.*.*"]
workflow_dispatch:
# workflow_dispatch:

env:
IMAGE_REGISTRY: "containers.vlink.dev"
Expand Down

0 comments on commit ca9ba66

Please sign in to comment.