mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
run it once on fork
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
activate:
|
activate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: |
|
if: |
|
||||||
github.repository == 'IfcOpenShell/IfcOpenShell'
|
github.repository == 'Krande/IfcOpenShell'
|
||||||
steps:
|
steps:
|
||||||
- name: Set env
|
- name: Set env
|
||||||
run: echo ok go
|
run: echo ok go
|
||||||
@@ -66,5 +66,5 @@ jobs:
|
|||||||
- name: build, test and upload ifcopenshell
|
- name: build, test and upload ifcopenshell
|
||||||
if: ${{ matrix.platform.upload == 'true' }}
|
if: ${{ matrix.platform.upload == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell --variants "{variant: ${{ matrix.variant }}}"
|
conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --variants "{variant: ${{ matrix.variant }}}"
|
||||||
working-directory: ./conda
|
working-directory: ./conda
|
||||||
|
|||||||
Reference in New Issue
Block a user