aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2024-07-27 21:29:49 +0300
committerMihai Fufezan <[email protected]>2024-07-27 21:29:49 +0300
commitcc8a31ac6a98b458a597c5e5594515bbe1d86df4 (patch)
tree4e79880a5fac0ae46ab9ae3a9303f871d1d1dc48 /.github/workflows/ci.yaml
parent0398a7a2c80b23f6d346c8e4118e2a2b8e34c084 (diff)
downloadHyprland-cc8a31ac6a98b458a597c5e5594515bbe1d86df4.tar.gz
Hyprland-cc8a31ac6a98b458a597c5e5594515bbe1d86df4.zip
different approach
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 5deb24a2..a797222e 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -1,9 +1,12 @@
name: Build Hyprland
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
on: [push, pull_request, workflow_dispatch]
jobs:
gcc:
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: "Build Hyprland (Arch)"
runs-on: ubuntu-latest
container:
@@ -45,7 +48,6 @@ jobs:
path: Hyprland.tar.xz
meson:
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: "Build Hyprland with Meson (Arch)"
runs-on: ubuntu-latest
container:
@@ -66,7 +68,6 @@ jobs:
run: ninja -C build
no-pch:
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: "Build Hyprland without precompiled headers (Arch)"
runs-on: ubuntu-latest
container:
@@ -86,7 +87,6 @@ jobs:
run: make nopch
noxwayland:
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: "Build Hyprland in pure Wayland (Arch)"
runs-on: ubuntu-latest
container:
@@ -107,7 +107,6 @@ jobs:
run: make release
clang-format:
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
name: "Code Style (Arch)"
runs-on: ubuntu-latest
container: