Skip to content

Commit

Permalink
parsing contigs_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelauliano committed Nov 16, 2023
1 parent a642ba2 commit 7e6c32b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-build-code.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build and Publish MitoHiFi code

on: #workflow_dispatch
push:
branches:
- 'master'
on: workflow_dispatch
# push:
# branches:
# - 'master'



Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-integration-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: MitoHiFi Integration Test

on: workflow_dispatch
# push:
# branches:
# - 'master'
on: #workflow_dispatch
push:
branches:
- 'master'

jobs:
integration_test:
Expand Down

0 comments on commit 7e6c32b

Please sign in to comment.