Skip to content

Commit

Permalink
Run workflow manually (#14)
Browse files Browse the repository at this point in the history
- add option to run a GitHub Actions workflow manually
- remove run after Dependabot auto-merge (not triggered)
  • Loading branch information
hdigital committed Dec 8, 2024
1 parent a62b63d commit 8a2adad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-flyio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fly Deploy CD
on:
workflow_call:
workflow_run:
workflows: [Tests/Checks CI, Dependabot auto-merge]
workflows: [Tests/Checks CI]
types: [completed]
branches: [main]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches: ["main"]
workflow_call:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 8a2adad

Please sign in to comment.