From 64f02f2a839d71e97e386b3ecfb7c89cf0229be4 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Mon, 16 Oct 2023 01:40:53 +0000 Subject: [PATCH 1/2] Run incremental linux ci only when packages changed --- .github/workflows/ci-linux-incremental.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-linux-incremental.yml b/.github/workflows/ci-linux-incremental.yml index a4aa9ae99c7..5dbc25e0627 100644 --- a/.github/workflows/ci-linux-incremental.yml +++ b/.github/workflows/ci-linux-incremental.yml @@ -18,12 +18,11 @@ name: CI Linux incremental on: pull_request: types: - # Defaults - - opened - - synchronize - - reopened # When a CI label is added - labeled + paths: + - 'build/pkgs/**' + - 'pkgs/**' workflow_dispatch: concurrency: From 56be2357d9779dd3c7eef60739bb78d9c85221dd Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Tue, 17 Oct 2023 14:31:51 +0800 Subject: [PATCH 2/2] Revert changes to pr trigger --- .github/workflows/ci-linux-incremental.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-linux-incremental.yml b/.github/workflows/ci-linux-incremental.yml index 5dbc25e0627..7887597845c 100644 --- a/.github/workflows/ci-linux-incremental.yml +++ b/.github/workflows/ci-linux-incremental.yml @@ -18,6 +18,10 @@ name: CI Linux incremental on: pull_request: types: + # Defaults + - opened + - synchronize + - reopened # When a CI label is added - labeled paths: