Skip to content

Commit

Permalink
fix PR github action workflow (#67)
Browse files Browse the repository at this point in the history
bug: fix PR github action workflow
  • Loading branch information
shuse2 authored Jun 6, 2024
1 parent a310f88 commit ab61ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
build-and-test:
runs-on: self-hosted
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
Expand Down

0 comments on commit ab61ccc

Please sign in to comment.