Skip to content

Commit

Permalink
ci: cleanup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Mar 18, 2023
1 parent 1f8812b commit 18af349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_db_derivatives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
branches: ["main"]
paths:
- "plane-alert-db.csv"
- "plane_images.txt"
- "plane-alert-twitter-blocked.csv"
- "plane-alert-ukraine.csv"
- "plane_images.txt"
- "scripts/create_db_derivatives.py"

jobs:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/label_invalid_prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ on:
- completed

permissions:
"write-all"
# contents: read
# pull-requests: write
contents: read
pull-requests: write

jobs:
labelInvalidPRs:
Expand Down

0 comments on commit 18af349

Please sign in to comment.