From 8872c4c0bebd0a1729f39f78d4ef710963a0b4af Mon Sep 17 00:00:00 2001 From: adomani Date: Sun, 23 Jun 2024 07:58:32 +0100 Subject: [PATCH] Restore pull_request --- .github/workflows/bors.yml | 1 + .github/workflows/build.yml | 1 + .github/workflows/build_fork.yml | 1 + .github/workflows/mk_build_yml.sh | 3 +++ 4 files changed, 6 insertions(+) diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index 8cba369a3c8ba..279cf47962c1b 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -7,6 +7,7 @@ # The jobs in this file run on self-hosted workers and will not be run from external forks on: + pull_request: push: branches: - staging diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 170ab6b051e2f..01a49b52e5a7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,7 @@ # The jobs in this file run on self-hosted workers and will not be run from external forks on: + pull_request: push: branches-ignore: # ignore tmp branches used by bors diff --git a/.github/workflows/build_fork.yml b/.github/workflows/build_fork.yml index 7fa02d5d28540..a28750f8962c3 100644 --- a/.github/workflows/build_fork.yml +++ b/.github/workflows/build_fork.yml @@ -7,6 +7,7 @@ # The jobs in this file run on GitHub-hosted workers and will only be run from external forks on: + pull_request: push: branches-ignore: # ignore tmp branches used by bors diff --git a/.github/workflows/mk_build_yml.sh b/.github/workflows/mk_build_yml.sh index 96cf301b33a26..68a6a6f56071b 100755 --- a/.github/workflows/mk_build_yml.sh +++ b/.github/workflows/mk_build_yml.sh @@ -19,6 +19,7 @@ build_yml() { # The jobs in this file run on self-hosted workers and will not be run from external forks on: + pull_request: push: branches-ignore: # ignore tmp branches used by bors @@ -41,6 +42,7 @@ bors_yml() { # The jobs in this file run on self-hosted workers and will not be run from external forks on: + pull_request: push: branches: - staging @@ -56,6 +58,7 @@ build_fork_yml() { # The jobs in this file run on GitHub-hosted workers and will only be run from external forks on: + pull_request: push: branches-ignore: # ignore tmp branches used by bors