Skip to content

Commit d7796b4

Browse files
committed
fix workflow
1 parent ab202d4 commit d7796b4

File tree

2 files changed

+0
-142
lines changed

2 files changed

+0
-142
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 132 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ permissions:
99
contents: write
1010

1111
jobs:
12-
approval:
13-
name: Approval Required
14-
runs-on: ubuntu-latest
15-
environment: release
16-
17-
steps:
18-
- name: Manual approval checkpoint
19-
run: echo "Release approved for ${{ github.ref_name }}"
2012
build-posix:
2113
name: Build (Linux & macOS)
2214
runs-on: ubuntu-latest
23-
needs: approval
2415

2516
steps:
2617
- name: Checkout code
@@ -97,7 +88,6 @@ jobs:
9788
build-windows:
9889
name: Build Windows x64
9990
runs-on: windows-latest
100-
needs: approval
10191

10292
steps:
10393
- name: Checkout code

0 commit comments

Comments
 (0)