We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab202d4 commit d7796b4Copy full SHA for d7796b4
.github/workflows/build.yml
.github/workflows/release.yml
@@ -9,18 +9,9 @@ permissions:
9
contents: write
10
11
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 }}"
20
build-posix:
21
name: Build (Linux & macOS)
22
runs-on: ubuntu-latest
23
- needs: approval
24
25
steps:
26
- name: Checkout code
@@ -97,7 +88,6 @@ jobs:
97
88
build-windows:
98
89
name: Build Windows x64
99
90
runs-on: windows-latest
100
101
91
102
92
103
93
0 commit comments