Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit e831675

Browse files
committed
use github.repository for condition
1 parent 67cf5cf commit e831675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
check:
7-
# if: contains(github.base_ref,'HackYourFuture')
7+
if: contains(github.repository,'HackYourFuture')
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)