From af1cb05ed9aac1d1257214334a72821c54e1d5e1 Mon Sep 17 00:00:00 2001 From: ckunki Date: Tue, 6 Feb 2024 08:16:33 +0100 Subject: [PATCH] updated github wokflow 08:16 --- .github/workflows/check_ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_ci.yaml b/.github/workflows/check_ci.yaml index 18350e20..d114fd41 100644 --- a/.github/workflows/check_ci.yaml +++ b/.github/workflows/check_ci.yaml @@ -34,7 +34,7 @@ jobs: AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }} run_nodebook_tests: - # if: "contains(github.event.head_commit.message, '[run-notebook-tests]')" + if: "contains(github.event.head_commit.message, '[run-notebook-tests]')" environment: AWS_SAGEMAKER runs-on: ubuntu-latest