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:46 UTC

[beam] branch damccorm-patch-1 created (now 05c0e6cefe9)

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

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


      at 05c0e6cefe9 Run prbot updates on hosted runners

This branch includes the following new commits:

     new 05c0e6cefe9 Run prbot updates on hosted runners

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by da...@apache.org.
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.