Skip to content

Commit

Permalink
include labeler and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaeton committed Nov 22, 2024
1 parent f608b8d commit 91cb09a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ images:
- any:
- changed-files:
- any-glob-to-any-file: ['plane_images.csv']
ukraine:
- any:
- changed-files:
- any-glob-to-any-file: ['plane-alert-ukraine.csv']
planes:
- all:
- changed-files:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check_categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- "plane-alert-db.csv"
- "plane-alert-pia.csv"
- "plane-alert-ukraine.csv"

jobs:
checkCategories:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check_derivatives_change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
*.csv
!plane-alert-db.csv
!plane-alert-pia.csv
!plane-alert-ukraine.csv
!plane_images.csv
separator: ","

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check_main_databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- "plane-alert-db.csv"
- "plane-alert-pia.csv"
- "plane-alert-ukraine.csv"
- "plane_images.csv"

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/create_db_derivatives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
branches: ["main"]
paths:
- "plane-alert-db.csv"
- "plane-alert-ukraine.csv"
- "plane_images.csv"
- "scripts/create_db_derivatives.py"

Expand Down

0 comments on commit 91cb09a

Please sign in to comment.