Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbray authored Oct 18, 2021
1 parent 46da383 commit 7df3026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '0 0 * * 2'
jobs:
test-galaxy:
if: github.event_name != 'schedule' || github.repository_owner == 'galaxyproject'
if: (github.event_name != 'schedule' || github.repository_owner == 'galaxyproject') && git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep 'bioblend/galaxy'
runs-on: ${{ matrix.os }}
services:
postgres:
Expand Down

0 comments on commit 7df3026

Please sign in to comment.