Skip to content

Commit

Permalink
Run prbot updates on hosted runners (apache#25544)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Feb 17, 2023
1 parent 6de6744 commit 29856ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-bot-pr-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 29856ae

Please sign in to comment.