Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: run workflows when a PR is ready for review
Add `ready_for_review` to the activity types for the pull_request event.

PR-URL: #39405
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
targos committed Sep 4, 2021
1 parent 8376b07 commit 4e28d2b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-tarball.yml
Expand Up @@ -2,6 +2,7 @@ name: Build from tarball

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Expand Up @@ -2,6 +2,7 @@ name: build-windows

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linters.yml
Expand Up @@ -2,6 +2,7 @@ name: linters

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/misc.yml
Expand Up @@ -2,6 +2,7 @@ name: misc

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-asan.yml
Expand Up @@ -11,6 +11,7 @@ on:
paths-ignore:
- 'doc/**'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'doc/**'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Expand Up @@ -2,6 +2,7 @@ name: test-linux

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-macos.yml
Expand Up @@ -2,6 +2,7 @@ name: test-macOS

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'doc/**'
push:
Expand Down

0 comments on commit 4e28d2b

Please sign in to comment.