all: fmt workflow specs

This commit is contained in:
Ainar Garipov 2022-09-13 13:49:58 +03:00
parent 53e2c1f7cd
commit bedfb47a9f
2 changed files with 4 additions and 2 deletions

View File

@ -112,8 +112,9 @@
# 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':
${{ github.repository_owner == 'AdguardTeam' && ${{
always() && always() &&
github.repository_owner == 'AdguardTeam' &&
( (
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

View File

@ -43,8 +43,9 @@
# 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':
${{ github.repository_owner == 'AdguardTeam' && ${{
always() && always() &&
github.repository_owner == 'AdguardTeam' &&
( (
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