Skip to content

Commit

Permalink
Prevent tests from running on forks (tardis-sn#2280)
Browse files Browse the repository at this point in the history
* set repository owner

* has to be in quotes

* Leave spaces before and after ==
  • Loading branch information
atharva-2001 authored and light2802 committed May 27, 2023
1 parent f677a04 commit 0895b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defaults:

jobs:
build:

if: github.repository_owner == 'tardis-sn'
strategy:
matrix:
include:
Expand Down

0 comments on commit 0895b72

Please sign in to comment.