File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747 $(find builds -name '*.dmg' -or -name '*.sha256')
4848 env :
4949 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50- - name : Trigger update casks workflow in homebrew tap
51- if : ${{ steps.dmg.outputs.result != 'fail' && inputs.testBuildName == '' }}
52- run : >-
53- gh workflow run --repo emacs-ng/homebrew-emacsng-builds update-casks.yml
54- env :
55- GITHUB_TOKEN : ${{ secrets.TAP_REPO_TOKEN }}
50+ # - name: Trigger update casks workflow in homebrew tap
51+ # if: ${{ steps.dmg.outputs.result != 'fail' && inputs.testBuildName == '' }}
52+ # run: >-
53+ # gh workflow run --repo emacs-ng/homebrew-emacsng-builds update-casks.yml
54+ # env:
55+ # GITHUB_TOKEN: ${{ secrets.TAP_REPO_TOKEN }}
5656 - run : echo 'No DMG artifact available, was there a new commit to build?'
5757 if : ${{ steps.dmg.outputs.result == 'fail' }}
You can’t perform that action at this time.
0 commit comments