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: diff --git a/README.rst b/README.rst index 121ed131d6a..c99b8435cd0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ ===================== Xi -======================= +==============