From 387f829b3f0d4d9bfbba455f6ba1bc164e20e376 Mon Sep 17 00:00:00 2001 From: Blake Pettersson Date: Mon, 22 Jan 2024 14:49:50 +0100 Subject: [PATCH] Revert "chore: Preventing runnings jobs when updating documentation (#16706)" (#16943) This reverts commit 65869a3860c7555b3ea7a962db44cc9b05f7e333. Signed-off-by: Blake Pettersson --- .github/pull_request_template.md | 2 +- .github/workflows/ci-build.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fb499c253f365..c1a3f42508aaa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,4 +21,4 @@ Checklist: * [ ] Optional. My organization is added to USERS.md. * [ ] Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity). - \ No newline at end of file + diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index f9dff564ff594..3a596a9552d70 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -1,17 +1,12 @@ name: Integration tests - on: push: - paths-ignore: - - '*.md' branches: - 'master' - 'release-*' - '!release-1.4' - '!release-1.5' pull_request: - paths-ignore: - - '*.md' branches: - 'master' - 'release-*'