Skip to content

Commit 83fcc68

Browse files
committed
Avoid running nightly on forks
1 parent bad8f12 commit 83fcc68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ on:
66

77
jobs:
88
tests:
9+
if: github.repository_owner == 'pytest-dev'
910
uses: ./.github/workflows/test.yml

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["poetry-core>=1.0.0"]
3-
build-backend = "poetry.core.masonry.api"
2+
requires = ["poetry-core>=1.0.0"]
3+
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pytest-variables"

0 commit comments

Comments
 (0)