xla
Disable running slow CI for doc-only changes
#9072
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
17
Changes
View On
GitHub
Commits
Disable running slow CI for doc-only changes
ghpvnist
committed
1 year ago
Add action to check whether to run expensive CI
ghpvnist
committed
1 year ago
Check conditionals for each action
ghpvnist
committed
1 year ago
Fix syntax issue
ghpvnist
committed
1 year ago
Add runs-on step
ghpvnist
committed
1 year ago
Move secrets to action level
ghpvnist
committed
1 year ago
Move code check to individual workflow
ghpvnist
committed
1 year ago
Add reusable workflow to individual files
ghpvnist
committed
1 year ago
Combine ifs together
ghpvnist
committed
1 year ago
Remove unnecessary code check
ghpvnist
committed
1 year ago
Compute check_code_coverage once and pass as variable
ghpvnist
committed
1 year ago
Convert has_code_changes var to string since job outputs are always strings
ghpvnist
committed
1 year ago
Update to use ubuntu-24.04 instead of ubuntu-latest
ghpvnist
committed
1 year ago
Update log message
ghpvnist
committed
1 year ago
Move truth comparison inside `${{ }}` expression syntax
ghpvnist
committed
1 year ago
Remove `${{ }}` notation in if statement where not needed
ghpvnist
committed
1 year ago
Diff against correct SHA and add documentation
ghpvnist
committed
1 year ago
Loading