We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780a48c commit a9b1cc3Copy full SHA for a9b1cc3
1 file changed
.github/workflows/ci.yml
@@ -20,8 +20,7 @@ concurrency:
20
jobs:
21
test:
22
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') }}"
+ if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'HPCBio/TADA') }}"
25
runs-on: ubuntu-latest
26
strategy:
27
matrix:
0 commit comments