mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Fix ci cache (#7259)
* fix * fix * fix * format tweaks * add changeset * tweaks * tweaks --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
09257ef1f1
commit
c37af22ffe
6
.github/workflows/test-python.yml
vendored
6
.github/workflows/test-python.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
||||
changes:
|
||||
name: "changes"
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
outputs:
|
||||
should_run: ${{ steps.changes.outputs.should_run }}
|
||||
sha: ${{ steps.changes.outputs.sha }}
|
||||
@ -42,7 +43,10 @@ jobs:
|
||||
run: echo "${{ github.event.workflow_run.head_repository.full_name }}-${{ github.event.workflow_run.head_branch }}-${{ github.workflow_ref }}"
|
||||
- name: echo outputs
|
||||
if: always()
|
||||
run: echo ${{ toJson(steps.changes.outputs) }}
|
||||
run: echo "${{ toJson(steps.changes.outputs) }}"
|
||||
- name: echo github context as json
|
||||
if: always()
|
||||
run: echo "${{ toJson(github) }}"
|
||||
|
||||
test-python:
|
||||
needs: [changes]
|
||||
|
Loading…
x
Reference in New Issue
Block a user