You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/02/17 20:20:47 UTC

[beam] 01/01: Run prbot updates on hosted runners

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 05c0e6cefe920821a179ab18f1a5b9abd6623928
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Feb 17 15:20:38 2023 -0500

    Run prbot updates on hosted runners
---
 .github/workflows/pr-bot-pr-updates.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-bot-pr-updates.yml b/.github/workflows/pr-bot-pr-updates.yml
index 01e6a31673c..d96a11368cb 100644
--- a/.github/workflows/pr-bot-pr-updates.yml
+++ b/.github/workflows/pr-bot-pr-updates.yml
@@ -31,7 +31,7 @@ jobs:
 
     # Don't run on forks
     if: github.repository == 'apache/beam'
-    runs-on: [self-hosted, ubuntu-20.04]
+    runs-on: ubuntu-latest
 
     steps:
       # Pin to master so users can't do anything malicious on their own branch and run it here.