File tree Expand file tree Collapse file tree 4 files changed +38
-16
lines changed Expand file tree Collapse file tree 4 files changed +38
-16
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [ 'main']
6
6
paths :
7
- - ' src/pytest_celery/vendors/worker/**'
8
- - ' .github/workflows/docker.yml'
9
- - ' Dockerfile'
7
+ - ' .github/workflows/docker.yml'
8
+ - ' src/pytest_celery/vendors/worker/**'
9
+ - " **.py"
10
+ - " **.txt"
11
+ - " **.toml"
12
+ - " tox.ini"
13
+ - ' Dockerfile'
14
+ - " poetry.lock"
10
15
push :
11
16
branches : [ 'main']
12
17
paths :
13
- - ' src/pytest_celery/vendors/worker/**'
14
- - ' .github/workflows/docker.yml'
15
- - ' Dockerfile'
18
+ - ' .github/workflows/docker.yml'
19
+ - ' src/pytest_celery/vendors/worker/**'
20
+ - " **.py"
21
+ - " **.txt"
22
+ - " **.toml"
23
+ - " tox.ini"
24
+ - ' Dockerfile'
25
+ - " poetry.lock"
16
26
17
27
18
28
jobs :
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches : ["main"]
9
9
paths :
10
+ - " .github/workflows/examples.yml"
11
+ - ' src/pytest_celery/vendors/worker/**'
10
12
- " **.py"
11
13
- " **.txt"
12
- - " .github/workflows/examples.yml"
13
14
- " **.toml"
14
- - ' src/pytest_celery/vendors/worker/** '
15
+ - " tox.ini "
15
16
- ' Dockerfile'
17
+ - " poetry.lock"
16
18
pull_request :
17
19
paths :
20
+ - " .github/workflows/examples.yml"
21
+ - ' src/pytest_celery/vendors/worker/**'
18
22
- " **.py"
19
23
- " **.txt"
20
24
- " **.toml"
21
- - " .github/workflows/examples.yml"
22
- - ' src/pytest_celery/vendors/worker/**'
25
+ - " tox.ini"
23
26
- ' Dockerfile'
27
+ - " poetry.lock"
24
28
25
29
permissions :
26
30
contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches : ["main"]
9
9
paths :
10
+ - " .github/workflows/parallel-support.yml"
11
+ - ' src/pytest_celery/vendors/worker/**'
10
12
- " **.py"
11
13
- " **.txt"
12
- - " .github/workflows/parallel-support.yml"
13
14
- " **.toml"
14
15
- " tox.ini"
16
+ - ' Dockerfile'
17
+ - " poetry.lock"
15
18
pull_request :
16
19
paths :
20
+ - " .github/workflows/parallel-support.yml"
21
+ - ' src/pytest_celery/vendors/worker/**'
17
22
- " **.py"
18
23
- " **.txt"
19
24
- " **.toml"
20
- - " .github/workflows/parallel-support.yml"
21
25
- " tox.ini"
26
+ - ' Dockerfile'
27
+ - " poetry.lock"
22
28
23
29
permissions :
24
30
contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches : ["main"]
9
9
paths :
10
+ - " .github/workflows/python-package.yml"
11
+ - ' src/pytest_celery/vendors/worker/**'
10
12
- " **.py"
11
13
- " **.txt"
12
- - " .github/workflows/python-package.yml"
13
14
- " **.toml"
14
15
- " tox.ini"
15
- - ' src/pytest_celery/vendors/worker/**'
16
16
- ' Dockerfile'
17
+ - " poetry.lock"
17
18
pull_request :
18
19
paths :
20
+ - " .github/workflows/python-package.yml"
21
+ - ' src/pytest_celery/vendors/worker/**'
19
22
- " **.py"
20
23
- " **.txt"
21
24
- " **.toml"
22
- - " .github/workflows/python-package.yml"
23
25
- " tox.ini"
24
- - ' src/pytest_celery/vendors/worker/**'
25
26
- ' Dockerfile'
27
+ - " poetry.lock"
26
28
27
29
permissions :
28
30
contents : read # to fetch code (actions/checkout)
You can’t perform that action at this time.
0 commit comments