Skip to content

Commit

Permalink
Update pull_request.yml # no_ci_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cmengting committed Feb 28, 2024
1 parent cb471fe commit f667798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 Down Expand Up @@ -52,7 +53,7 @@ jobs:
- name: PrepareRunConfig
id: runconfig
run: |
python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --configure --outfile ${{ runner.temp }}/ci_run_data.json
python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --configure --outfile ${{ runner.temp }}/ci_run_data.json --skip-docker --skip-jobs
echo "::group::CI configuration"
python3 -m json.tool ${{ runner.temp }}/ci_run_data.json
Expand Down

0 comments on commit f667798

Please sign in to comment.