Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmengting committed Feb 23, 2024
1 parent 2d185d8 commit 4d01255
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on: # yamllint disable-line rule:truthy
jobs:
RunConfig:
runs-on: dimerun-h9-ubuntu2204
environment: ci-test
outputs:
data: ${{ steps.runconfig.outputs.CI_DATA }}
steps:
Expand All @@ -34,6 +35,9 @@ jobs:
run: |
pip3 install PyGithub boto3 unidiff
- name: Labels check
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
cd "$GITHUB_WORKSPACE/tests/ci"
python3 run_check.py
Expand Down

0 comments on commit 4d01255

Please sign in to comment.