Skip to content

Commit 75378b3

Browse files
authored
Merge pull request #16 from aceppaluni/test-workflow
feat: Adding a Test
2 parents b3d6362 + 2ae0bd6 commit 75378b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/helpers/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22
//
33
// helpers/api.js
4-
//
4+
// Adding this as a test ///
55
// Bot context builder and GitHub API wrappers (labels, assignees, comments,
66
// commit/issue fetching, and label swap helpers).
77

.github/workflows/on-pr-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
on-pr-update:
19-
runs-on: hl-web-lin-md
19+
runs-on: ubuntu-latest
2020
if: github.event.pull_request.draft == false
2121

2222
concurrency:

0 commit comments

Comments
 (0)