Skip to content

Commit

Permalink
feat: run Build and Format on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Dec 23, 2024
1 parent fb649dc commit 8ebb4ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build-and-format:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vm-start-stop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: start-and-stop-self-hosted-runner

on:
workflow_run: # to start/stop vm instance when workflow has been started/completed.
workflows: [Build and Format, Unit Tests]
workflows: [Unit Tests]
types:
- requested # start
- completed # completed
Expand Down

0 comments on commit 8ebb4ca

Please sign in to comment.