ci: remove invalid strategy and guard winget/homebrew to main repo (#6427)

This commit is contained in:
nerix
2025-08-28 23:47:52 +02:00
committed by GitHub
parent 32b9f8207d
commit f87aac7011
3 changed files with 2 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ jobs:
update_stable_homebrew_cask:
name: "Update the stable homebrew cask"
runs-on: "macos-latest"
if: github.repository_owner == 'Chatterino'
steps:
# Pulls out the version from the ref (e.g. refs/tags/v2.3.1 -> 2.3.1)
- name: Execute brew bump-cask-pr with version
-2
View File
@@ -24,8 +24,6 @@ jobs:
name: "Test Arch Linux"
runs-on: ubuntu-latest
container: archlinux:base-devel
strategy:
fail-fast: false
steps:
- name: Install dependencies
+1 -1
View File
@@ -5,7 +5,7 @@ on:
jobs:
publish:
runs-on: windows-latest
if: ${{ startsWith(github.event.release.tag_name, 'v') }}
if: ${{ startsWith(github.event.release.tag_name, 'v') }} && github.repository_owner == 'Chatterino'
steps:
- uses: vedantmgoyal9/winget-releaser@main
with: