From 916e9ae553987fbcf38b21ddb0b2186a63a66323 Mon Sep 17 00:00:00 2001 From: Michele Modolo Date: Tue, 14 Jan 2025 15:08:30 +0100 Subject: [PATCH] actions are back to mandatory checks --- .github/workflows/ci.yml | 2 +- .github/workflows/test-integration-caplin.yml | 2 +- .github/workflows/test-integration-erigon.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12507a4a02b..0f943ac1f94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: - synchronize - ready_for_review paths: - - '!.github/workflows/**' + # - '!.github/workflows/**' - '!dashboards/**' workflow_dispatch: diff --git a/.github/workflows/test-integration-caplin.yml b/.github/workflows/test-integration-caplin.yml index 0bdb888bf40..d1785b7d1fa 100644 --- a/.github/workflows/test-integration-caplin.yml +++ b/.github/workflows/test-integration-caplin.yml @@ -14,7 +14,7 @@ on: - synchronize - ready_for_review paths: - - '!.github/workflows/**' + # - '!.github/workflows/**' - '!dashboards/**' jobs: diff --git a/.github/workflows/test-integration-erigon.yml b/.github/workflows/test-integration-erigon.yml index f945cc9128a..3760e9c7ccc 100644 --- a/.github/workflows/test-integration-erigon.yml +++ b/.github/workflows/test-integration-erigon.yml @@ -13,7 +13,7 @@ on: - synchronize - ready_for_review paths: - - '!.github/workflows/**' + # - '!.github/workflows/**' - '!dashboards/**' schedule: