Skip to content

Commit

Permalink
chore: enable ci in all prs (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Oct 26, 2022
1 parent ae54f28 commit dc3e9e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ github:
protected_branches:
master:
required_status_checks:
# strict means "Require branches to be up to date before merging".
# strict means "Require branches to be up-to-date before merging".
strict: true
# contexts are the names of checks that must pass
contexts:
Expand All @@ -47,5 +47,7 @@ github:
required_approving_review_count: 2

notifications:
issues: [email protected]
pullrequests: [email protected]
issues: [email protected]
discussions: [email protected]
pullrequests_status: [email protected]
#pullrequests_comment: [email protected]
File renamed without changes.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- /^release-.*$/
- /^test-.*$/
pull_request:
branches:
- master
- /^release-.*$/
- /^test-.*$/

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master, release-* ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
# branches: [ master ] # enable in all PRs
schedule:
- cron: '33 15 * * 5'

Expand Down

0 comments on commit dc3e9e2

Please sign in to comment.