From 91e4cacb5f02528a488ba16013b560fda26dbd15 Mon Sep 17 00:00:00 2001 From: Alexander Weinrauch Date: Wed, 30 Oct 2024 13:23:09 +0000 Subject: [PATCH] Update num_stages to 2 from 0 in perf regression test (#653) --- .github/workflows/integration-tests.yml | 3 ++- .github/workflows/integration-tests.yml.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7ef502ad25dd..c63ead64d8ab 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,8 @@ name: Integration Tests on: workflow_dispatch: pull_request: - branches-ignore: ['llvm-**'] + # You can name your branch dev-foo to get CI runs. + branches: [main, 'dev-**'] merge_group: branches: [main, 'dev-**'] types: [checks_requested] diff --git a/.github/workflows/integration-tests.yml.in b/.github/workflows/integration-tests.yml.in index d84ac6f33466..85f3e7d54a2f 100644 --- a/.github/workflows/integration-tests.yml.in +++ b/.github/workflows/integration-tests.yml.in @@ -9,7 +9,8 @@ name: Integration Tests on: workflow_dispatch: pull_request: - branches-ignore: ['llvm-**'] + # You can name your branch dev-foo to get CI runs. + branches: [main, 'dev-**'] merge_group: branches: [main, 'dev-**'] types: [checks_requested]