Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,7 @@ env:

jobs:

status-checks:
permissions:
contents: read
packages: read

uses: ./.github/workflows/status-checks.yml

build-windows:
needs: status-checks
runs-on: windows-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -126,7 +118,6 @@ jobs:
dist/android-file-handler-windows.sha256

build-debian:
needs: status-checks
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -234,7 +225,6 @@ jobs:
pkg_dist_debian/**

build-arch:
needs: status-checks
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -360,7 +350,6 @@ jobs:


build-rhel:
needs: status-checks
permissions:
contents: read
packages: read
Expand Down Expand Up @@ -468,7 +457,6 @@ jobs:

do-release:
needs:
- status-checks
- build-windows
- build-debian
- build-arch
Expand Down