Skip to content

Commit a9b1cc3

Browse files
committed
try simple change to get pipeline tests going
1 parent 780a48c commit a9b1cc3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ concurrency:
2020
jobs:
2121
test:
2222
name: Run pipeline with test data
23-
# Only run on push if this is the dev branch (merged PRs)
24-
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'h3abionet/TADA') }}"
23+
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'HPCBio/TADA') }}"
2524
runs-on: ubuntu-latest
2625
strategy:
2726
matrix:

0 commit comments

Comments
 (0)