"docs/vscode:/vscode.git/clone" did not exist on "4ebe798ff24dab122e2c49d6242608907bea0bcd"
Unverified Commit 8da90687 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

More flexible trigger condition (#32251)



update
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 81233c06
...@@ -4,7 +4,7 @@ on: ...@@ -4,7 +4,7 @@ on:
pull_request: pull_request:
paths: paths:
- "src/transformers/models/*/modeling_*.py" - "src/transformers/models/*/modeling_*.py"
- "tests/models/*/test_*.py" - "tests/**/test_*.py"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment