From 2118c920eb83d0729a51964f5e806d9233122b72 Mon Sep 17 00:00:00 2001 From: Vaishnavi Subhedar - Xilinx <141360387+SubhedarV@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:38:45 -0800 Subject: [PATCH 1/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 121ed131d6a..c99b8435cd0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ ===================== Xi -======================= +============== From 5bcb91200d91658d6451b431e74f4618d5e5b056 Mon Sep 17 00:00:00 2001 From: Vaishnavi Subhedar - Xilinx <141360387+SubhedarV@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:41:23 -0800 Subject: [PATCH 2/2] Update xrt_mock.yaml --- .github/workflows/xrt_mock.yaml | 50 ++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/.github/workflows/xrt_mock.yaml b/.github/workflows/xrt_mock.yaml index e427d3dc581..a43e5681ee7 100644 --- a/.github/workflows/xrt_mock.yaml +++ b/.github/workflows/xrt_mock.yaml @@ -5,34 +5,38 @@ env: PIPELINE: 'xrt' ENV: 'test' -on: - pull_request_target: - types: [opened, edited, synchronize] +on: + workflow_dispatch: + workflow_call: -concurrency: - group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.event.pull_request.head.ref }} - cancel-in-progress: true +# on: +# pull_request_target: +# types: [opened, edited, synchronize] + +# concurrency: +# group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.event.pull_request.head.ref }} +# cancel-in-progress: true jobs: - authorize: - runs-on: Ubuntu-22.04 - steps: - - name: Checkout private repository - uses: actions/checkout@v4 - with: - repository: actions-int/composite-workflows - github-server-url: ${{ secrets.SERVER_URL }} - token: ${{ secrets.ACCESS_TOKEN }} - path: composite-workflows - ref: main +# authorize: +# runs-on: Ubuntu-22.04 +# steps: +# - name: Checkout private repository +# uses: actions/checkout@v4 +# with: +# repository: actions-int/composite-workflows +# github-server-url: ${{ secrets.SERVER_URL }} +# token: ${{ secrets.ACCESS_TOKEN }} +# path: composite-workflows +# ref: main - - name: authorize - uses: ./composite-workflows/authorize - with: - accessToken: ${{ secrets.CI_CLOUD_TOKEN }} - pullRequestUser: ${{ github.event.pull_request.user.login }} +# - name: authorize +# uses: ./composite-workflows/authorize +# with: +# accessToken: ${{ secrets.CI_CLOUD_TOKEN }} +# pullRequestUser: ${{ github.event.pull_request.user.login }} build: - needs: authorize + # needs: authorize strategy: matrix: include: