Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen authored Oct 30, 2024
1 parent 30cd1d7 commit 5f71b59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: Galaxy Tool Linting and Tests for push and PR
# MODIFIED START
on:
workflow_dispatch: {}
push:
branches: [main]
paths:
Expand Down Expand Up @@ -228,7 +229,7 @@ jobs:
file_sizes:
name: Check file sizes
needs: setup
if: ${{ needs.setup.outputs.repository-list != '' }}
if: ${{ needs.setup.outputs.repository-list != '' }} # MODIFIED
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -368,7 +369,7 @@ jobs:
# deploy the tools to the toolsheds (first TTS for testing)
deploy:
name: Deploy
needs: [setup, file_sizes, combine_outputs] # MODIFIED
needs: [setup, combine_outputs] # MODIFIED
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) && github.repository_owner == 'qiime2' }} # MODIFIED
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 5f71b59

Please sign in to comment.