Skip to content

Commit a1a694f

Browse files
authored
chore: reduce approvals in workflows (adbc-drivers#98)
1 parent 4abe94e commit a1a694f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/go_release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ jobs:
284284
- { platform: linux, arch: arm64, runner: ubuntu-24.04-arm }
285285
- { platform: macos, arch: arm64, runner: macos-latest }
286286
- { platform: windows, arch: amd64, runner: windows-latest }
287-
environment: Snowflake CI
288287
permissions:
289288
contents: read
290289
packages: read
@@ -420,7 +419,6 @@ jobs:
420419
- { platform: linux, arch: amd64, runner: ubuntu-latest }
421420
- { platform: macos, arch: arm64, runner: macos-latest }
422421
- { platform: windows, arch: amd64, runner: windows-latest }
423-
environment: Snowflake CI
424422
steps:
425423
# for now, install dbc from main
426424
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0

.github/workflows/go_test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ jobs:
337337
- { platform: linux, arch: arm64, runner: ubuntu-24.04-arm }
338338
- { platform: macos, arch: arm64, runner: macos-latest }
339339
- { platform: windows, arch: amd64, runner: windows-latest }
340-
environment: Snowflake CI
341340
permissions:
342341
contents: read
343342
packages: read
@@ -495,7 +494,6 @@ jobs:
495494
- { platform: linux, arch: amd64, runner: ubuntu-latest }
496495
- { platform: macos, arch: arm64, runner: macos-latest }
497496
- { platform: windows, arch: amd64, runner: windows-latest }
498-
environment: Snowflake CI
499497
steps:
500498
# for now, install dbc from main
501499
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0

0 commit comments

Comments
 (0)