diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 208a04ba750..b0a1308237e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -46,6 +46,7 @@ jobs: files_yaml: | test_cpp: - '**' + - '!.devcontainers/**' - '!CONTRIBUTING.md' - '!README.md' - '!docs/**' @@ -58,6 +59,7 @@ jobs: - '!.github/**' test_notebooks: - '**' + - '!.devcontainers/**' - '!CONTRIBUTING.md' - '!README.md' - '!docs/**' @@ -65,6 +67,7 @@ jobs: - '!.github/**' test_python: - '**' + - '!.devcontainers/**' - '!CONTRIBUTING.md' - '!README.md' - '!docs/**'