Skip to content

Commit 8a68f60

Browse files
authored
Update release.yml: Remove unneeded Authorize step (#73)
astronomer/oss-integrations-private#156
1 parent 8a63df3 commit 8a68f60

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ on:
55
types: [published]
66

77
jobs:
8-
Authorize:
9-
environment: ${{ github.event_name == 'pull_request_target' &&
10-
github.event.pull_request.head.repo.full_name != github.repository &&
11-
'external' || 'internal' }}
12-
runs-on: ubuntu-latest
13-
steps:
14-
- run: true
15-
168
build:
17-
needs: Authorize
189
name: Build wheels and source distribution
1910
runs-on: ubuntu-latest
2011

0 commit comments

Comments
 (0)