From 42aee8fa81ee4a58432f894235e7c75ec09d596a Mon Sep 17 00:00:00 2001 From: Serhii Tatarintsev Date: Mon, 22 Jul 2024 15:04:34 +0200 Subject: [PATCH] Uncomment triggers --- .github/workflows/build-engines.yml | 42 ++++++++++++------------- .github/workflows/test-query-engine.yml | 1 + 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/.github/workflows/build-engines.yml b/.github/workflows/build-engines.yml index 8f897b080c67..6147eda68d11 100644 --- a/.github/workflows/build-engines.yml +++ b/.github/workflows/build-engines.yml @@ -3,29 +3,29 @@ run-name: Build Engines for ${{ github.sha }} # Run on `push` only for main, if not it will trigger `push` & `pull_request` on PRs at the same time on: - # push: - # branches: - # - main - # - '*.*.x' - # - 'integration/*' - # paths-ignore: - # - '!.github/workflows/build-engines*' - # - '.github/**' - # - '.buildkite/**' - # - '*.md' - # - 'LICENSE' - # - 'CODEOWNERS' - # - 'renovate.json' + push: + branches: + - main + - '*.*.x' + - 'integration/*' + paths-ignore: + - '!.github/workflows/build-engines*' + - '.github/**' + - '.buildkite/**' + - '*.md' + - 'LICENSE' + - 'CODEOWNERS' + - 'renovate.json' workflow_dispatch: pull_request: - # paths-ignore: - # - '!.github/workflows/build-engines*' - # - '.github/**' - # - '.buildkite/**' - # - '*.md' - # - 'LICENSE' - # - 'CODEOWNERS' - # - 'renovate.json' + paths-ignore: + - '!.github/workflows/build-engines*' + - '.github/**' + - '.buildkite/**' + - '*.md' + - 'LICENSE' + - 'CODEOWNERS' + - 'renovate.json' jobs: is-release-necessary: diff --git a/.github/workflows/test-query-engine.yml b/.github/workflows/test-query-engine.yml index 125eac95fd91..60a4ab750b64 100644 --- a/.github/workflows/test-query-engine.yml +++ b/.github/workflows/test-query-engine.yml @@ -6,6 +6,7 @@ on: pull_request: paths-ignore: - "!.github/workflows/test-query-engine.yml" + - "!.github/workflows/test-query-engine-template.yml" - ".github/**" - ".buildkite/**" - "*.md"