Skip to content

Commit

Permalink
Revert disable manual workflow run for kurtosis-op and hive (#13)
Browse files Browse the repository at this point in the history
<!--
Contributions welcome! See
https://github.com/ethereum-optimism/.github/blob/master/CONTRIBUTING.md
-->

**Description**

Revert rm `workflow_dispatch` for kurtosis-op and hive

**Tests**

<!--
Please describe any tests you've added. If you've added no tests, or
left important behavior untested, please explain why not.
-->

**Additional context**

<!--
Add any other context about the problem you're solving.
-->

**Metadata**

<!-- 
Include a link to any github issues that this may close in the following
form:
- Fixes #[Link to Issue]
-->
  • Loading branch information
emhane authored Dec 20, 2024
1 parent 64c4e56 commit 80d6114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: hive

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/kurtosis-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: kurtosis-op

on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 80d6114

Please sign in to comment.