We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b922779 commit 7da08aeCopy full SHA for 7da08ae
2 files changed
.github/workflows/conda_build.yml
@@ -16,7 +16,6 @@ jobs:
16
build_package:
17
name: Build conda package (${{ matrix.platform }} / ${{ matrix.environment }})
18
runs-on: ${{ matrix.runner }}
19
- runs-on: ubuntu-latest
20
strategy:
21
fail-fast: false
22
matrix:
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
outputs:
35
commit: ${{ steps.commit-changes.outputs.commit_long_sha }}
36
runs-on: ubuntu-latest
37
- if: ${{ github.event.inputs.commit }} == "auto"
+ if: ${{ github.event.inputs.commit == "auto" }}
38
steps:
39
- name: Checkout repository
40
uses: actions/checkout@v6
0 commit comments