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

Commit 4b56229

Browse files
committed
use github.repository for condition
1 parent 4794d16 commit 4b56229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
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)