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

Commit

Permalink
use github.repository for condition
Browse files Browse the repository at this point in the history
  • Loading branch information
wilgert committed Feb 1, 2020
1 parent 67cf5cf commit e831675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
check:
# if: contains(github.base_ref,'HackYourFuture')
if: contains(github.repository,'HackYourFuture')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e831675

Please sign in to comment.