Skip to content

Commit

Permalink
Disable automatic Bowtie runs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Oct 8, 2024
1 parent 9fdfbc6 commit e98e5b1
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/bowtie.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Bowtie
on:
push:
branches:
- '*'
pull_request:
branches:
- main
# XXX Temporarily switch to manual trigger
workflow_dispatch:
# push:
# branches:
# - '*'
# pull_request:
# branches:
# - main
jobs:
bowtie-report:
runs-on: blacksmith-2vcpu-ubuntu-2204
Expand Down

0 comments on commit e98e5b1

Please sign in to comment.