From 05e55759030a7505799108f100de98595cfce839 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Wed, 24 Jan 2024 10:02:41 -0800 Subject: [PATCH] test push workflow --- .github/workflows/push.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index f84a838f0..e1f2255f9 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -12,8 +12,9 @@ on: - check types: - completed - branches: - - '*' +# push: +# branches: +# - '*' jobs: integration-tests: