Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Oct 2, 2023
1 parent 7c8f19d commit ec47445
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: OpenAI

on:
pull_request_target:
branches: ['main']
branches: ['main', 'u/xiaoyun/openai']
paths:
- 'autogen/**'
- 'test/**'
Expand All @@ -25,7 +25,11 @@ jobs:
runs-on: ${{ matrix.os }}
environment: openai
steps:
- uses: actions/checkout@v3
# checkout to pr branch
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit ec47445

Please sign in to comment.