diff --git a/.github/workflows/update.scheduled.current.yml b/.github/workflows/update.scheduled.current.yml index 2814143..0367938 100644 --- a/.github/workflows/update.scheduled.current.yml +++ b/.github/workflows/update.scheduled.current.yml @@ -14,12 +14,3 @@ jobs: with: branch: release/current tree: desktop - desktop--next: - name: "Desktop (Next)" - runs-on: self-hosted - steps: - - uses: actions/checkout@v3 - - uses: ./.github/actions/ci - with: - branch: release/next - tree: desktop diff --git a/.github/workflows/update.scheduled.next.yml b/.github/workflows/update.scheduled.next.yml index 7463c6b..1ce1752 100644 --- a/.github/workflows/update.scheduled.next.yml +++ b/.github/workflows/update.scheduled.next.yml @@ -6,7 +6,7 @@ on: jobs: desktop: - name: "Desktop (Next)" + name: "Desktop" runs-on: self-hosted steps: - uses: actions/checkout@v3