Commit add9812
committed
Remove leftover items in workflow path filter
Previously, a script was used to install Python and venv for use by the action. The path of this script was added to the
paths filter in the relevant workflows so that they would be triggered on any change to the script.
The script was removed in favor of the use of the actions/setup-python script for installation of Python. The script
path was not removed from the workflow at that time.1 parent 32b6951 commit add9812
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments