Skip to content

Commit b3d6362

Browse files
authored
Update on-pr.yml
Signed-off-by: aceppaluni <113948612+aceppaluni@users.noreply.github.com>
1 parent 9b7ab84 commit b3d6362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
on-pr-open:
21-
runs-on: hl-web-lin-md
21+
runs-on: ubuntu-latest
2222
if: github.event.pull_request.draft == false
2323

2424
concurrency:
@@ -41,4 +41,4 @@ jobs:
4141
with:
4242
script: |
4343
const { default: script } = require('./.github/scripts/bot-on-pr-open.js');
44-
await script({ github, context });
44+
await script({ github, context });

0 commit comments

Comments
 (0)