From 8f71107f1c71c4c9f20dcabf525408f8bf4a8c95 Mon Sep 17 00:00:00 2001 From: masonmenges Date: Thu, 18 Apr 2024 10:07:35 -0600 Subject: [PATCH] cicd tests3 --- .github/workflows/aws_dev.yaml | 20 +++++++++---------- ...{this_is_a_test2.py => this_is_a_test3.py} | 0 2 files changed, 10 insertions(+), 10 deletions(-) rename flows/aws/datalake/{this_is_a_test2.py => this_is_a_test3.py} (100%) diff --git a/.github/workflows/aws_dev.yaml b/.github/workflows/aws_dev.yaml index 6f96550..9fa4361 100644 --- a/.github/workflows/aws_dev.yaml +++ b/.github/workflows/aws_dev.yaml @@ -23,14 +23,14 @@ jobs: - name: Filter Paths uses: dorny/paths-filter@v3 - id: filter - with: - # Changed file can be 'added', 'modified', or 'deleted'. - # By default, the type of change is not considered. - # Optionally, it's possible to specify it using nested - # dictionary, where the type of change composes the key. - # Multiple change types can be specified using `|` as the delimiter. - filters: - addedOrModified: - - added|modified: '**' + id: filter + with: + # Changed file can be 'added', 'modified', or 'deleted'. + # By default, the type of change is not considered. + # Optionally, it's possible to specify it using nested + # dictionary, where the type of change composes the key. + # Multiple change types can be specified using `|` as the delimiter. + filters: + addedOrModified: + - added|modified: '**' diff --git a/flows/aws/datalake/this_is_a_test2.py b/flows/aws/datalake/this_is_a_test3.py similarity index 100% rename from flows/aws/datalake/this_is_a_test2.py rename to flows/aws/datalake/this_is_a_test3.py