Skip to content

Commit 7da08ae

Browse files
authored
ci_fix (#438)
* ci_fix * Update documentation --------- Co-authored-by: danielnachun <danielnachun@users.noreply.github.com>
1 parent b922779 commit 7da08ae

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/conda_build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
build_package:
1717
name: Build conda package (${{ matrix.platform }} / ${{ matrix.environment }})
1818
runs-on: ${{ matrix.runner }}
19-
runs-on: ubuntu-latest
2019
strategy:
2120
fail-fast: false
2221
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
outputs:
3535
commit: ${{ steps.commit-changes.outputs.commit_long_sha }}
3636
runs-on: ubuntu-latest
37-
if: ${{ github.event.inputs.commit }} == "auto"
37+
if: ${{ github.event.inputs.commit == "auto" }}
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v6

0 commit comments

Comments
 (0)