Skip to content

Commit

Permalink
Update meson_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mobin-2008 committed May 25, 2023
1 parent 58a4fef commit fb833a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/meson_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
## or when a PR labed with "meson".
# WIP!
# FIXME: paths must include Makefiles and related things to avoid meson CI for make only changes.
# FIXME: Also it's need to run on master repo when PR has "meson" label.

name: Dinit Meson based CI

Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:

Debian-bullseye_build:

if: ${{ !github.repository == 'mobin-2008/dinit' }}
if: ${{ !github.repository == 'mobin-2008/dinit' || contains(github.event.pull_request.labels.*.name, 'meson') }}
runs-on: ubuntu-latest
container:
image: debian:bullseye
Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:

MacOS-latest_build:

if: ${{ !github.repository == 'mobin-2008/dinit' }}
if: ${{ !github.repository == 'mobin-2008/dinit' || contains(github.event.pull_request.labels.*.name, 'meson') }}
runs-on: macos-latest
strategy:
matrix:
Expand All @@ -117,7 +116,7 @@ jobs:

Alpine-latest_build:

if: ${{ !github.repository == 'mobin-2008/dinit' }}
if: ${{ !github.repository == 'mobin-2008/dinit' || contains(github.event.pull_request.labels.*.name, 'meson') }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit fb833a0

Please sign in to comment.