Skip to content

Commit

Permalink
Merge pull request #5 from gagnonanthony/dev
Browse files Browse the repository at this point in the history
Fix github actions
  • Loading branch information
gagnonanthony authored Nov 25, 2024
2 parents 4af07e4 + e2feaa6 commit 70aa4ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nf-pediatric CI
on:
push:
branches:
- dev
- main
pull_request:
release:
Expand All @@ -23,7 +22,7 @@ jobs:
test:
name: "Run pipeline with test data (${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }})"
# Only run on push if this is the nf-core dev branch (merged PRs)
if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-pediatric') }}"
# if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-pediatric') }}"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: nf-core linting
on:
push:
branches:
- dev
- main
pull_request:
release:
Expand Down

0 comments on commit 70aa4ef

Please sign in to comment.