Skip to content

Commit

Permalink
fix: update backend-prod-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghye218 authored Oct 15, 2024
1 parent 329dd57 commit 73fb4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
runner: [ prod-a, prod-b ]
# fail-fast 옵션을 명시적으로 설정
fail-fast: true
runs-on: [ self-hosted, linux, ARM64, ${ { matrix.runner } } ]
runs-on: [ self-hosted, linux, ARM64, "${{ matrix.runner }}" ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 73fb4ae

Please sign in to comment.