mirror of
https://github.com/openvk/openvk
synced 2025-04-20 07:03:02 +03:00
ci(actions): remove condition from build-base.yml
build-base.yml doesn't run on pushes oops haha
This commit is contained in:
parent
62cb1ce8f4
commit
9ad9bf92a5
1 changed files with 0 additions and 12 deletions
12
.github/workflows/build-base.yaml
vendored
12
.github/workflows/build-base.yaml
vendored
|
@ -13,12 +13,6 @@ jobs:
|
||||||
build-cli:
|
build-cli:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs
|
|
||||||
if: >
|
|
||||||
github.event_name == 'push'
|
|
||||||
|| (github.event_name == 'pull_request'
|
|
||||||
&& github.event.pull_request.head.repo.full_name != github.repository)
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
@ -49,12 +43,6 @@ jobs:
|
||||||
build-apache:
|
build-apache:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs
|
|
||||||
if: >
|
|
||||||
github.event_name == 'push'
|
|
||||||
|| (github.event_name == 'pull_request'
|
|
||||||
&& github.event.pull_request.head.repo.full_name != github.repository)
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue