Skip to content

Commit

Permalink
Merge pull request #899 from AlexVCaron/fix/runs_on_forks
Browse files Browse the repository at this point in the history
disable test run on forks
  • Loading branch information
arnaudbore authored Feb 14, 2024
2 parents 6872d0d + 1cf2a0f commit 9565115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ env:
jobs:
test:
runs-on: scilus-runners
if: github.repository == 'scilus/scilpy'
steps:
- name: Checkout repository for merge
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4

- name: Fetch python version from repository
id: python-selector
Expand Down

0 comments on commit 9565115

Please sign in to comment.