mirror of
https://github.com/openvk/openvk
synced 2025-04-30 22:38:13 +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
|
@ -12,12 +12,6 @@ env:
|
||||||
jobs:
|
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
|
||||||
|
@ -48,12 +42,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
|
||||||
|
|
Loading…
Reference in a new issue