Skip to content

Commit

Permalink
ci: GitHub expects single quotes for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Jan 6, 2025
1 parent 54c3ce5 commit 58a7e4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac_arm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
job_name: "Build ChimeraX for arm64 macOS / build-arm-macos"
- name: Note the run and job IDs on Plato
if: ${{ inputs.release_type == "daily" || inputs.release_type == "candidate" }}
if: ${{ inputs.release_type == 'daily' || inputs.release_type == 'candidate' }}
uses: ./utils/ci/nightly_logs
with:
platform: mac_arm64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_intel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
job_name: "Build ChimeraX for Intel macOS / Build ChimeraX for Intel Macs"
- name: Note the run and job IDs on Plato
if: ${{ inputs.release_type == "daily" || inputs.release_type == "candidate" }}
if: ${{ inputs.release_type == 'daily' || inputs.release_type == 'candidate' }}
uses: ./utils/ci/nightly_logs
with:
platform: macosx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_universal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
job_name: "Build Universal ChimeraX for macOS / build-mac-universal"
- name: Note the run and job IDs on Plato
if: ${{ inputs.release_type == "daily" || inputs.release_type == "candidate" }}
if: ${{ inputs.release_type == 'daily' || inputs.release_type == 'candidate' }}
uses: ./utils/ci/nightly_logs
with:
platform: mac_universal
Expand Down

0 comments on commit 58a7e4d

Please sign in to comment.