Skip to content

Commit

Permalink
fix: runs-on tag로 self-hosted만 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yubinquitous committed Nov 4, 2023
1 parent 4efdbe4 commit f5f34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
deploy:
needs: build
name: CD
runs-on: [self-hosted, ec2]
runs-on: self-hosted
if: github.ref == 'refs/heads/main'

steps:
Expand Down

0 comments on commit f5f34f7

Please sign in to comment.