Skip to content

Commit add9812

Browse files
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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ on:
66
- '.github/workflows/test-integration.yml'
77
- '.github/workflows/testdata/**'
88
- 'action.yml'
9-
- 'action-setup.sh'
109
- 'compilesketches/**'
1110

1211
push:
1312
paths:
1413
- '.github/workflows/test-integration.yml'
1514
- '.github/workflows/testdata/**'
1615
- 'action.yml'
17-
- 'action-setup.sh'
1816
- 'compilesketches/**'
1917

2018
env:

0 commit comments

Comments
 (0)