Fix docker workflow paths argument

This commit is contained in:
Ayaz Salikhov
2021-11-08 16:36:21 +03:00
parent 993b4f1d4e
commit cd09d83578

View File

@@ -8,17 +8,17 @@ on:
paths:
- ".github/workflows/docker.yml"
- "all-spark-notebook/"
- "base-notebook/"
- "datascience-notebook/"
- "minimal-notebook/"
- "pyspark-notebook/"
- "r-notebook/"
- "scipy-notebook/"
- "tensorflow-notebook/"
- "all-spark-notebook/**"
- "base-notebook/**"
- "datascience-notebook/**"
- "minimal-notebook/**"
- "pyspark-notebook/**"
- "r-notebook/**"
- "scipy-notebook/**"
- "tensorflow-notebook/**"
- "tagging/"
- "test/"
- "tagging/**"
- "test/**"
- "conftest.py"
- "Makefile"
- "pytest.ini"
@@ -30,17 +30,17 @@ on:
paths:
- ".github/workflows/docker.yml"
- "all-spark-notebook/"
- "base-notebook/"
- "datascience-notebook/"
- "minimal-notebook/"
- "pyspark-notebook/"
- "r-notebook/"
- "scipy-notebook/"
- "tensorflow-notebook/"
- "all-spark-notebook/**"
- "base-notebook/**"
- "datascience-notebook/**"
- "minimal-notebook/**"
- "pyspark-notebook/**"
- "r-notebook/**"
- "scipy-notebook/**"
- "tensorflow-notebook/**"
- "tagging/"
- "test/"
- "tagging/**"
- "test/**"
- "conftest.py"
- "Makefile"
- "pytest.ini"