Skip to content

Commit 06f8017

Browse files
committed
CI: Fix GHA path filters
Just saying `requirements.txt` caught all `requirements.txt` files in all subdirectories. This patch anchors them to the repository root folder.
1 parent 6110852 commit 06f8017

18 files changed

+36
-36
lines changed

.github/workflows/application-apache-kafka-flink.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/application-apache-kafka-flink.yml'
88
- 'application/apache-kafka-flink/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/application-apache-kafka-flink.yml'
1414
- 'application/apache-kafka-flink/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/application-apache-superset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/application-apache-superset.yml'
88
- 'application/apache-superset/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/application-apache-superset.yml'
1414
- 'application/apache-superset/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/dataframe-dask.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/dataframe-dask.yml'
88
- 'by-dataframe/dask/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/dataframe-dask.yml'
1414
- 'by-dataframe/dask/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/dataframe-pandas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/dataframe-pandas.yml'
88
- 'by-dataframe/pandas/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/dataframe-pandas.yml'
1414
- 'by-dataframe/pandas/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/lang-java-jooq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/lang-java-jooq.yml'
88
- 'by-language/java-jooq/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/lang-java-jooq.yml'
1414
- 'by-language/java-jooq/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/lang-java-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- '.github/workflows/lang-java-maven.yml'
88
- 'by-language/java-jdbc/**'
99
- 'by-language/java-qa/**'
10-
- 'requirements.txt'
10+
- '/requirements.txt'
1111
push:
1212
branches: [ main ]
1313
paths:
1414
- '.github/workflows/lang-java-maven.yml'
1515
- 'by-language/java-jdbc/**'
1616
- 'by-language/java-qa/**'
17-
- 'requirements.txt'
17+
- '/requirements.txt'
1818

1919
# Allow job to be triggered manually.
2020
workflow_dispatch:

.github/workflows/lang-npgsql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/lang-npgsql.yml'
88
- 'by-language/csharp-npgsql/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/lang-npgsql.yml'
1414
- 'by-language/csharp-npgsql/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/lang-php-amphp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/lang-php-amphp.yml'
88
- 'by-language/php-amphp/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/lang-php-amphp.yml'
1414
- 'by-language/php-amphp/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/lang-php-pdo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/lang-php-pdo.yml'
88
- 'by-language/php-pdo/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/lang-php-pdo.yml'
1414
- 'by-language/php-pdo/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

.github/workflows/lang-python-sqlalchemy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/lang-python-sqlalchemy.yml'
88
- 'by-language/python-sqlalchemy/**'
9-
- 'requirements.txt'
9+
- '/requirements.txt'
1010
push:
1111
branches: [ main ]
1212
paths:
1313
- '.github/workflows/lang-python-sqlalchemy.yml'
1414
- 'by-language/python-sqlalchemy/**'
15-
- 'requirements.txt'
15+
- '/requirements.txt'
1616

1717
# Allow job to be triggered manually.
1818
workflow_dispatch:

0 commit comments

Comments
 (0)