chore: remove electron nightly/manual (#5027)
* chore: remove electron nightly/manual * chore: change nightly pull request branch
This commit is contained in:
parent
b3a6edb704
commit
837d3ab0e3
47
.github/workflows/jan-electron-build-nightly.yml
vendored
47
.github/workflows/jan-electron-build-nightly.yml
vendored
@ -16,7 +16,7 @@ on:
|
|||||||
types: [submitted]
|
types: [submitted]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- chore/tauri-cicd
|
- release/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
set-public-provider:
|
set-public-provider:
|
||||||
@ -83,49 +83,10 @@ jobs:
|
|||||||
channel: nightly
|
channel: nightly
|
||||||
cortex_api_port: "39261"
|
cortex_api_port: "39261"
|
||||||
|
|
||||||
build-electron-macos:
|
|
||||||
uses: ./.github/workflows/template-electron-build-macos.yml
|
|
||||||
needs: [get-update-version, set-public-provider]
|
|
||||||
secrets: inherit
|
|
||||||
with:
|
|
||||||
ref: ${{ needs.set-public-provider.outputs.ref }}
|
|
||||||
public_provider: ${{ needs.set-public-provider.outputs.public_provider }}
|
|
||||||
new_version: ${{ needs.get-update-version.outputs.new_version }}
|
|
||||||
nightly: true
|
|
||||||
beta: false
|
|
||||||
cortex_api_port: "39261"
|
|
||||||
|
|
||||||
build-electron-windows-x64:
|
|
||||||
uses: ./.github/workflows/template-electron-build-windows-x64.yml
|
|
||||||
secrets: inherit
|
|
||||||
needs: [get-update-version, set-public-provider]
|
|
||||||
with:
|
|
||||||
ref: ${{ needs.set-public-provider.outputs.ref }}
|
|
||||||
public_provider: ${{ needs.set-public-provider.outputs.public_provider }}
|
|
||||||
new_version: ${{ needs.get-update-version.outputs.new_version }}
|
|
||||||
nightly: true
|
|
||||||
beta: false
|
|
||||||
cortex_api_port: "39261"
|
|
||||||
|
|
||||||
build-electron-linux-x64:
|
|
||||||
uses: ./.github/workflows/template-electron-build-linux-x64.yml
|
|
||||||
secrets: inherit
|
|
||||||
needs: [get-update-version, set-public-provider]
|
|
||||||
with:
|
|
||||||
ref: ${{ needs.set-public-provider.outputs.ref }}
|
|
||||||
public_provider: ${{ needs.set-public-provider.outputs.public_provider }}
|
|
||||||
new_version: ${{ needs.get-update-version.outputs.new_version }}
|
|
||||||
nightly: true
|
|
||||||
beta: false
|
|
||||||
cortex_api_port: "39261"
|
|
||||||
|
|
||||||
sync-temp-to-latest:
|
sync-temp-to-latest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [
|
needs: [
|
||||||
set-public-provider,
|
set-public-provider,
|
||||||
# build-electron-windows-x64,
|
|
||||||
# build-electron-linux-x64,
|
|
||||||
# build-electron-macos,
|
|
||||||
build-tauri-windows-x64,
|
build-tauri-windows-x64,
|
||||||
build-tauri-linux-x64,
|
build-tauri-linux-x64,
|
||||||
build-tauri-macos
|
build-tauri-macos
|
||||||
@ -161,9 +122,6 @@ jobs:
|
|||||||
|
|
||||||
noti-discord-pre-release-and-update-url-readme:
|
noti-discord-pre-release-and-update-url-readme:
|
||||||
needs: [
|
needs: [
|
||||||
# build-electron-macos,
|
|
||||||
# build-electron-windows-x64,
|
|
||||||
# build-electron-linux-x64,
|
|
||||||
build-tauri-macos,
|
build-tauri-macos,
|
||||||
build-tauri-windows-x64,
|
build-tauri-windows-x64,
|
||||||
build-tauri-linux-x64,
|
build-tauri-linux-x64,
|
||||||
@ -201,9 +159,6 @@ jobs:
|
|||||||
|
|
||||||
comment-pr-build-url:
|
comment-pr-build-url:
|
||||||
needs: [
|
needs: [
|
||||||
# build-electron-macos,
|
|
||||||
# build-electron-windows-x64,
|
|
||||||
# build-electron-linux-x64,
|
|
||||||
build-tauri-macos,
|
build-tauri-macos,
|
||||||
build-tauri-windows-x64,
|
build-tauri-windows-x64,
|
||||||
build-tauri-linux-x64,
|
build-tauri-linux-x64,
|
||||||
|
|||||||
@ -9,6 +9,7 @@ import {
|
|||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
import { Input } from '@/components/ui/input'
|
import { Input } from '@/components/ui/input'
|
||||||
import { IconPlus, IconTrash, IconChevronDown } from '@tabler/icons-react'
|
import { IconPlus, IconTrash, IconChevronDown } from '@tabler/icons-react'
|
||||||
|
|
||||||
import { Textarea } from '@/components/ui/textarea'
|
import { Textarea } from '@/components/ui/textarea'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user