From 7c1232a6a314b2464e969b1f99097294a4b5d227 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Tue, 6 Aug 2024 12:25:19 +0200 Subject: [PATCH] Remove mac_release trigger on push, renable build docs, remove debug step --- .github/workflows/mac_release.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/mac_release.yml b/.github/workflows/mac_release.yml index 97ac344432f..a0a3d065603 100644 --- a/.github/workflows/mac_release.yml +++ b/.github/workflows/mac_release.yml @@ -2,7 +2,6 @@ name: Mac Releases on: push: - branches: [codesigning, develop] tags: - '*' workflow_dispatch: @@ -13,7 +12,7 @@ env: FC: gfortran-13 SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk Python_REQUIRED_VERSION: 3.12.2 - BUILD_DOCS: false # Installing MacTex takes like 15min, so you can speed things up by disabling it + BUILD_DOCS: true # Installing MacTex takes like 15min, so you can speed things up by disabling it jobs: build_installer_artifact: @@ -97,14 +96,6 @@ jobs: ./installerbase --version echo "$(pwd)" >> $GITHUB_PATH - - name: Temp debug setup codesigning - run: | - set -x - security find-identity -v -p codesigning - which installerbase - which binarycreator - installerbase --version - - name: Remove python ${{ env.Python_REQUIRED_VERSION }} from the toolcache run: | ls $RUNNER_TOOL_CACHE/Python || true