Skip to content

Commit

Permalink
Fix GH actions dispatchability
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 14, 2023
1 parent c5bb7ca commit 3edc46e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Python Flake8 Code Quality

# on:
# - push
# - pull_request
# - fork
on:
- workflow_dispatch
# - push
# - pull_request
# - fork

jobs:
flake8:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Test

# on:
# - push
# - pull_request
# - fork
on:
- workflow_dispatch
# - push
# - pull_request
# - fork

jobs:
setup-and-test:
Expand Down

0 comments on commit 3edc46e

Please sign in to comment.