Skip to content

Commit

Permalink
remove pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
adomani committed Jun 23, 2024
1 parent c8aed8b commit 9712d8c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# The jobs in this file run on self-hosted workers and will not be run from external forks

on:
pull_request:
push:
branches:
- staging
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# 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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# 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
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/mk_build_yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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
Expand All @@ -42,7 +41,6 @@ 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
Expand All @@ -58,7 +56,6 @@ 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
Expand Down

0 comments on commit 9712d8c

Please sign in to comment.