Skip to content

Commit df7b89c

Browse files
committed
update runner
1 parent 7252e9c commit df7b89c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Validate
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
types: [opened, reopened, synchronize]
86

97
jobs:
108
validate:
11-
runs-on: [self-hosted, spot]
9+
runs-on: ubuntu-latest
1210
permissions:
1311
contents: read
1412
steps:

0 commit comments

Comments
 (0)