Skip to content

Commit

Permalink
add ci flag for skipping tests IF it already has tested and uploaded …
Browse files Browse the repository at this point in the history
…it to conda
  • Loading branch information
krande committed Aug 26, 2021
1 parent 265723c commit b80aa0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
conda-build -c krande -c conda-forge conda --python=${{ matrix.pyver.distver }} --token=$ANACONDA_TOKEN --user krande --override-channels
- name: build and test conda package
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
shell: bash -l {0}
run: |
conda-build -c krande -c conda-forge conda --python=${{ matrix.pyver.distver }} --override-channels
Expand Down

0 comments on commit b80aa0f

Please sign in to comment.