Skip to content

Commit 8a63df3

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

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
Authorize:
18-
environment: ${{ github.event_name == 'pull_request_target' &&
19-
github.event.pull_request.head.repo.full_name != github.repository &&
20-
'external' || 'internal' }}
21-
runs-on: ubuntu-latest
22-
steps:
23-
- run: true
24-
2517
build-and-deploy:
26-
needs: Authorize
2718
runs-on: ubuntu-20.04
2819

2920
steps:

0 commit comments

Comments
 (0)