We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d8468 commit 49e3be8Copy full SHA for 49e3be8
1 file changed
.github/workflows/release.yml
@@ -56,19 +56,6 @@ jobs:
56
git push origin $ref_name --force
57
fi
58
59
- desktop:
60
- if: github.repository == 'livebook-dev/livebook'
61
- name: "Desktop"
62
- runs-on: ubuntu-latest
63
- env:
64
- GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
65
- steps:
66
- - name: Trigger desktop builds
67
- run: |
68
- if [[ "${{ github.ref_type }}" == "tag" ]]; then
69
- gh workflow run -R livebook-dev/livebook_cd build.yml -f ref=${{ github.ref_name }} -f release_name=${{ github.ref_name }}
70
- fi
71
-
72
app_next:
73
if: github.repository == 'livebook-dev/livebook'
74
name: "Desktop (${{ matrix.gui_target }})"
0 commit comments