Skip to content

Commit

Permalink
minor update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
krande committed Aug 20, 2021
1 parent 0f75dbc commit c6eb5a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:

jobs:
activate:
if: github.repository == 'Krande/paradoc'
if: |
github.repository == 'Krande/paradoc' &&
!contains(github.event.head_commit.message, '[skip ci]')
runs-on: ubuntu-latest
steps:
- run: echo ok go
Expand Down Expand Up @@ -57,7 +59,8 @@ jobs:
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
shell: bash -l {0}
run: conda-build -c krande -c conda-forge conda --python=${{ matrix.pyver.distver }} --token=$ANACONDA_TOKEN --user krande --override-channels
run: |
conda-build -c krande -c conda-forge conda --python=${{ matrix.pyver.distver }} --token=$ANACONDA_TOKEN --user krande --override-channels

0 comments on commit c6eb5a0

Please sign in to comment.