Skip to content

Commit

Permalink
Delete ajna v1 - since it was switched in another commits (#750)
Browse files Browse the repository at this point in the history
* Delete ajna v1 - since its actually v2 and broken

* temp bump up file change limit
  • Loading branch information
araa47 authored Jul 1, 2024
1 parent f3eded9 commit bace818
Show file tree
Hide file tree
Showing 60 changed files with 4 additions and 3,454 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
NUM_FILES=$(git diff --name-only master HEAD | grep '^dags/resources/stages/parse/table_definitions' | wc -l)
echo "Number of changed files: $NUM_FILES"
# Fail the job if more than 50 files are changed
if [ "$NUM_FILES" -gt 50 ]; then
echo "Error: More than 50 files have been changed. Failing the job."
# Fail the job if more than 100 files are changed
if [ "$NUM_FILES" -gt 100 ]; then
echo "Error: More than 100 files have been changed. Failing the job."
exit 1
else
echo "Number of changed files is within limit."
fi
fi

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bace818

Please sign in to comment.