Skip to content

Commit

Permalink
chore: finalize CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed May 29, 2024
1 parent f9565a2 commit 54c9bee
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_update-references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- faststream/**
- docs/**/api/**

permissions:
contents: write
# permissions:
# contents: write

jobs:
check-docs-changes:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs_update-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Create PR with updated Release Notes

on:
workflow_dispatch: null
push:
tags:
- '*'
release:
types:
- published

jobs:
update-release-notes:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ name: "CodeQL"
on:
pull_request:
types:
# - opened
# - synchronize
- review_requested
- opened
- synchronize
branches:
- main
schedule:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr_dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ name: 'Dependency Review'
on:
pull_request:
types:
# - opened
# - synchronize
- review_requested
- opened
- synchronize
branches:
- main
paths:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/pr_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Run all tests
on:
pull_request:
types:
# - opened
# - synchronize
- review_requested
- opened
- synchronize

jobs:
static_analysis:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Publish to PyPi

on:
workflow_dispatch: null
push:
tags:
- "*"
release:
types:
- published

jobs:
publish:
Expand Down

0 comments on commit 54c9bee

Please sign in to comment.