From d2836d08fc20080b0df83f94fa6968f10e1c1a17 Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Thu, 5 May 2022 10:39:55 +0530 Subject: [PATCH] changing branch name --- .github/workflows/ci-gated.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-gated.yaml b/.github/workflows/ci-gated.yaml index d86372bb..f03a70ca 100644 --- a/.github/workflows/ci-gated.yaml +++ b/.github/workflows/ci-gated.yaml @@ -1,20 +1,14 @@ name: CI-GATED on: - pull_request: - branches: [ master ] + push: + branches: [ refator-pipeline ] workflow_dispatch: jobs: Init: name: Initialize - runs-on: [self-hosted, research] - container: - image: docker.na1.hsdp.io/edi/build-env:master-45 - credentials: - username: ${{ secrets.HSDP_DOCKER_USER }} - password: ${{ secrets.HSDP_DOCKER_PASSWORD }} - + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2