Skip to content

Commit a12657c

Browse files
authored
Merge pull request #2 from diffblue/pcrane/fix/adjust-codeowners-syntax-1
Update CODEOWNERS and move to public CI runner
2 parents 155f3d1 + 01e511f commit a12657c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424

2525
jobs:
2626
build:
27-
runs-on: ubuntu-small
27+
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v5
3030

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/ @pcrane @peterschrammel
1+
* @pcrane @peterschrammel

0 commit comments

Comments
 (0)