Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.rst #271

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 27 additions & 23 deletions .github/workflows/xrt_mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=====================
Xi
=======================
==============



Expand Down
Loading