From 00d79690bc9f5b92edf40dcb45ce0cffe1ab090c Mon Sep 17 00:00:00 2001 From: Dmytro Vyazelenko <696855+vyazelenko@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:47:48 +0100 Subject: [PATCH] Revert "[CI] Do not automatically trigger build when workflow file changes." This reverts commit 3535a4a50d35cd911cd6bc968eefd3179fb33b2e. --- .github/workflows/ci-low-cadence.yml | 2 -- .github/workflows/ci.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci-low-cadence.yml b/.github/workflows/ci-low-cadence.yml index a2033ca273..746d94b114 100644 --- a/.github/workflows/ci-low-cadence.yml +++ b/.github/workflows/ci-low-cadence.yml @@ -11,8 +11,6 @@ on: branches: - master - 'release/**' - paths-ignore: - - '.github/workflows/**' pull_request: types: [opened, synchronize] branches: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bcc142ff5..f25456a3f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,6 @@ on: branches: - master - 'release/**' - paths-ignore: - - '.github/workflows/**' pull_request: types: [opened, synchronize] branches: