From 9085e899d756c0cd79178fac95c97779b4536f70 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Tue, 7 Feb 2023 11:06:17 +0300 Subject: [PATCH] Revert "Disable package testing workflow" This reverts commit 32e23ca4a84787985b391cd254b8e6e4ef5bcbc0. --- .github/workflows/packaging-test-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 5d2558cab..ae8d9d725 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -1,8 +1,8 @@ name: Build tests in packaging images on: - # pull_request: - # types: [opened, reopened,synchronize] + pull_request: + types: [opened, reopened,synchronize] workflow_dispatch: