Skip to content

Commit

Permalink
revert change to test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbray authored May 28, 2022
1 parent 69ec3f8 commit ecf6924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test-galaxy:
if: (github.event_name != 'schedule' || github.repository_owner == 'galaxyproject') && git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep 'bioblend/galaxy'
test:
if: github.event_name != 'schedule' || github.repository_owner == 'galaxyproject'
runs-on: ${{ matrix.os }}
services:
postgres:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ steps.get_galaxy_python_version.outputs.galaxy_python_version }}
- name: Run Galaxy tests
- name: Run tests
env:
PGPASSWORD: postgres
PGPORT: 5432
Expand Down

0 comments on commit ecf6924

Please sign in to comment.