Skip to content

Commit

Permalink
Merge pull request #124 from 0702Yoon/main
Browse files Browse the repository at this point in the history
refactor : runs-on : self-host ->ubuntu-latest
  • Loading branch information
0702Yoon authored Oct 2, 2024
2 parents c95fd16 + 94a67f0 commit e679e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
## 푸시한 임지를 ec2에서 풀받아서 실행시키는 과정
run-docker-image-on-ec2:
needs: build-docker-image
runs-on: self-hosted
runs-on: ubuntu-latest

steps:

Expand Down

0 comments on commit e679e6c

Please sign in to comment.