Skip to content

Commit

Permalink
[CI] Run tests.yml more (#4943)
Browse files Browse the repository at this point in the history
Namely:
 - When this workflow (`tests.yml`) is modified, it should be run
- When tests assets are modified, they should be run as well, otherwise
one can not really tell whether changes to the assets really do
anything, for example see CI (as screenshot below) run for
#4942)
<img width="611" alt="image"
src="https://github.com/pytorch/test-infra/assets/2453524/72aaf6aa-543f-4238-9f34-39d5b8bdd623">
  • Loading branch information
malfet authored Feb 9, 2024
1 parent 6bf1a71 commit 48e79ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- '**.py'
- '**requirements.txt'
- .github/scripts/**
- tools/tests/assets/**
- .github/workflows/tests.yml
push:
branches:
- main
Expand All @@ -15,6 +17,8 @@ on:
- '**.py'
- '**requirements.txt'
- .github/scripts/**
- tools/tests/assets/**
- .github/workflows/tests.yml

jobs:
test-tools:
Expand Down

0 comments on commit 48e79ea

Please sign in to comment.