Skip to content

Commit

Permalink
activate ingestion ci on integration branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Feb 19, 2024
1 parent 7556f75 commit a2865cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ingestion-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
# pull_request:
# branches:
# - main
pull_request:
branches:
- main

env:
debug: 'true'
Expand All @@ -26,7 +26,7 @@ jobs:
- name: File tree
if: env.debug == 'true'
run: tree

- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
Expand All @@ -42,7 +42,7 @@ jobs:
run: |
pip install -e .
conda list
- name: Conda info
if: env.debug == 'true'
shell: bash -el {0}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: File tree
if: env.debug == 'true'
run: tree teaseq

- uses: actions/upload-artifact@v4
with:
name: teaseq_unfilt.h5mu
Expand Down

0 comments on commit a2865cc

Please sign in to comment.