Skip to content

Commit

Permalink
remove AIRBYTE_ANALYTICS_ID refs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 10, 2024
1 parent 13e21f7 commit 190d3c6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 129 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/fix-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
type: string
required: false

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
# This is copied from the `python_pytest.yml` file.
# Only the first two steps of the job are different, and they check out the PR's branch.
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/poetry-lock-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
type: string
required: false

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
poetry-lock-on-demand:
name: On-Demand Poetry Lock
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/pydoc_preview.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/pydoc_publish.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:

workflow_dispatch:

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- main
pull_request: {}

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
ruff-lint-check:
name: Ruff Lint Check
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
- main
pull_request: {}

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
pytest-fast:
name: Pytest (Fast)
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
# pull_request_target:
# types: [opened, reopened, synchronize]

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
update_release_draft:
permissions:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
type: string
required: false

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

jobs:
start-workflow:
name: Append 'Starting' Comment
Expand Down

0 comments on commit 190d3c6

Please sign in to comment.