Skip to content

Commit

Permalink
Merge pull request #87 from SENATOROVAI/main
Browse files Browse the repository at this point in the history
фцвфц
  • Loading branch information
ruslansenatorov authored Dec 14, 2024
2 parents 4ef4867 + 753ef3d commit 581120f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:
push:
branches:
- "**"
branches-ignore:
- 'refs/pull/**' # Игнорируем пуши, связанные с PR

# schedule:
# - cron: "0 0 * * *" # Run every day
# workflow_dispatch:
# create:
# delete:
# release:
# issues:
schedule:
- cron: "0 0 * * *" # Run every day
workflow_dispatch:
create:
delete:
release:
issues:


jobs:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/black_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
pull_request:
branches:
- "**"
# schedule:
# - cron: "0 0 * * *" # Run every day
# workflow_dispatch:
# create:
# delete:
# release:
# issues:
# pull_request_review:
# pull_request_review_comment:
schedule:
- cron: "0 0 * * *" # Run every day
workflow_dispatch:
create:
delete:
release:
issues:
pull_request_review:
pull_request_review_comment:

jobs:
black:
Expand Down

0 comments on commit 581120f

Please sign in to comment.