From 1be073301183ac9571adae943a075f64bee7e8be Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 28 Mar 2025 14:06:00 +0000 Subject: [PATCH] Always run build CI workflow (#3139) As identified in https://github.com/element-hq/element-call/pull/3116#issuecomment-2759148857 depending on the contents of a PR it may not be possible to merge due to required workflows not actually being run. This change will mean that the build CI workflow is run irrespective of the contents. --- .github/workflows/build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 06f1e853..47f956c7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,16 +5,8 @@ on: - synchronize - opened - labeled - paths-ignore: - - ".github/ISSUE_TEMPLATE/**" - - ".github/CODEOWNERS" - - "docs/**" push: branches: [livekit, full-mesh] - paths-ignore: - - ".github/ISSUE_TEMPLATE/**" - - ".github/CODEOWNERS" - - "docs/**" jobs: build_full_element_call: # Use the full package vite build