From fb5f7ae12a39d22aabce1b0450b722bc5e866a19 Mon Sep 17 00:00:00 2001 From: shiva kumar Date: Mon, 19 Aug 2024 18:36:59 +0530 Subject: [PATCH] end-to-end gpu driver testing enhancement --- .github/workflows/ci.yaml | 12 ++++++------ .github/workflows/image.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa729e8e..4df6a28c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,12 +19,12 @@ permissions: contents: read on: - workflow_run: - workflows: [image] - types: - - success - branches: - - draftawsvalidation + # workflow_run: + # workflows: [image] + # types: + # - success + # branches: + # - draftawsvalidation pull_request: types: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index c7e0d8ed..7335e597 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -21,14 +21,14 @@ on: - opened - synchronize branches: - # - main + - main # - release-* - - draftawsvalidation + # - draftawsvalidation push: branches: - # - main + - main # - release-* - - draftawsvalidation + # - draftawsvalidation jobs: image: