diff --git a/.github/workflows/mac_arm_build.yml b/.github/workflows/mac_arm_build.yml index 38f6622d88..a24c3e8a2d 100644 --- a/.github/workflows/mac_arm_build.yml +++ b/.github/workflows/mac_arm_build.yml @@ -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 diff --git a/.github/workflows/mac_intel_build.yml b/.github/workflows/mac_intel_build.yml index 94d187fdfe..ca9e698873 100644 --- a/.github/workflows/mac_intel_build.yml +++ b/.github/workflows/mac_intel_build.yml @@ -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 diff --git a/.github/workflows/mac_universal_build.yml b/.github/workflows/mac_universal_build.yml index 501ee6ed33..5a4f3e6bcc 100644 --- a/.github/workflows/mac_universal_build.yml +++ b/.github/workflows/mac_universal_build.yml @@ -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