mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
chore(ci): gate non-flatpak release jobs off for 1.43.1 test tag (#293)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
114b58d128
commit
e4ef31ce47
@@ -73,6 +73,7 @@ jobs:
|
|||||||
|
|
||||||
build-macos-windows:
|
build-macos-windows:
|
||||||
needs: create-release
|
needs: create-release
|
||||||
|
if: false # TEMP: flatpak-only test run
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
@@ -163,6 +164,7 @@ jobs:
|
|||||||
|
|
||||||
generate-manifest:
|
generate-manifest:
|
||||||
needs: [create-release, build-macos-windows]
|
needs: [create-release, build-macos-windows]
|
||||||
|
if: false # TEMP: flatpak-only test run
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -182,6 +184,7 @@ jobs:
|
|||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
needs: create-release
|
needs: create-release
|
||||||
|
if: false # TEMP: flatpak-only test run
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
@@ -309,6 +312,7 @@ jobs:
|
|||||||
# The refreshed lock/hash files are committed back to `main` when they change.
|
# The refreshed lock/hash files are committed back to `main` when they change.
|
||||||
verify-nix:
|
verify-nix:
|
||||||
needs: create-release
|
needs: create-release
|
||||||
|
if: false # TEMP: flatpak-only test run
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user