Fix env again.

This commit is contained in:
Darren Tucker
2025-06-29 11:27:17 +10:00
parent 223a1beac7
commit 700205bd86
+2 -2
View File
@@ -20,8 +20,6 @@ jobs:
ci:
name: "${{ matrix.target }} ${{ matrix.config }}"
if: github.repository != 'openssh/openssh-portable-selfhosted'
env:
- EPHEMERAL_VM: yes
strategy:
fail-fast: false
matrix:
@@ -122,6 +120,8 @@ jobs:
- { target: macos-14, config: pam }
- { target: macos-15, config: pam }
runs-on: ${{ matrix.target }}
env:
EPHEMERAL_VM: yes
steps:
- name: check RUN_ONLY_TARGET_CONFIG
if: vars.RUN_ONLY_TARGET_CONFIG != ''