Skip to content

Commit

Permalink
skip tests that require creds when running on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 16, 2024
1 parent 9f5c07d commit ff3368b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ on:

jobs:
pytest:
# Don't run on forks
if: github.repository_owner == 'airbytehq'

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11']

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ff3368b

Please sign in to comment.