mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-14 18:51:34 +03:00
disable notify in forked repository
This commit is contained in:
parent
88812f05f5
commit
53e2c1f7cd
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -112,7 +112,8 @@
|
|||||||
# Use always() to signal to the runner that this job must run even if the
|
# Use always() to signal to the runner that this job must run even if the
|
||||||
# previous ones failed.
|
# previous ones failed.
|
||||||
'if':
|
'if':
|
||||||
${{ always() &&
|
${{ github.repository_owner == 'AdguardTeam' &&
|
||||||
|
always() &&
|
||||||
(
|
(
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
github.event.pull_request.head.repo.full_name == github.repository
|
github.event.pull_request.head.repo.full_name == github.repository
|
||||||
|
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -43,7 +43,8 @@
|
|||||||
# Use always() to signal to the runner that this job must run even if the
|
# Use always() to signal to the runner that this job must run even if the
|
||||||
# previous ones failed.
|
# previous ones failed.
|
||||||
'if':
|
'if':
|
||||||
${{ always() &&
|
${{ github.repository_owner == 'AdguardTeam' &&
|
||||||
|
always() &&
|
||||||
(
|
(
|
||||||
github.event_name == 'push' ||
|
github.event_name == 'push' ||
|
||||||
github.event.pull_request.head.repo.full_name == github.repository
|
github.event.pull_request.head.repo.full_name == github.repository
|
||||||
|
Loading…
Reference in New Issue
Block a user