Skip to content

Commit

Permalink
feat: enable manual running on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Sep 29, 2024
1 parent 53f4e45 commit ef11463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- development
paths:
- '**.sol'
workflow_dispatch:

jobs:
deep-fuzz:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deep-invariant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- development
paths:
- '**.sol'

workflow_dispatch:

jobs:
invariant-tests:
name: Run Invariant Tests
Expand Down

0 comments on commit ef11463

Please sign in to comment.