From 146c129d63587544b85dae542ba84587dd9b8643 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Thu, 11 Aug 2022 13:46:12 -0400 Subject: [PATCH] chore(ci): make integration tests trigger when label is added (#13951) --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 37b62d2a93ae5..cfdd233422f54 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -21,6 +21,7 @@ on: - "Makefile" - "rust-toolchain" pull_request: + types: [opened, synchronize, reopened, labeled] concurrency: # For pull requests, cancel running workflows, for master, run all