Skip to content

Commit 20e02e3

Browse files
committed
remove authorize and docs step from destination tests
1 parent ca30439 commit 20e02e3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test_destinations.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,9 @@ env:
2929
ALL_FILESYSTEM_DRIVERS: "[\"memory\", \"file\", \"r2\", \"s3\", \"gs\", \"az\", \"abfss\", \"gdrive\"]" #excludes sftp
3030

3131
jobs:
32-
authorize:
33-
# run when label is assigned OR when we are not a fork
34-
# see https://iterative.ai/blog/testing-external-contributions-using-github-actions-secrets for inspiration
35-
if: ${{ github.event.label.name == 'ci from fork' || (github.event.pull_request.head.repo.full_name == github.repository && (github.event.action == 'opened' || github.event.action == 'synchronize'))}}
36-
runs-on: ubuntu-latest
37-
steps:
38-
- run: true
39-
40-
get_docs_changes:
41-
name: docs changes
42-
needs: authorize
43-
uses: ./.github/workflows/get_docs_changes.yml
4432

4533
run_loader:
4634
name: dest | redshift and postgres tests
47-
needs: get_docs_changes
48-
if: needs.get_docs_changes.outputs.changes_outside_docs == 'true'
4935
strategy:
5036
fail-fast: false
5137
defaults:

0 commit comments

Comments
 (0)