Skip to content

Commit

Permalink
Merge pull request #79 from Tune-Fun/configuration/cicd/codebuild_git…
Browse files Browse the repository at this point in the history
…hub_actions

configuration(cicd) codebuild
  • Loading branch information
habinkim authored Jun 1, 2024
2 parents b36925a + 187d14e commit e6fbd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
build:
name: CI/CD
runs-on: ubuntu-22.04
runs-on: codebuild-tunefun-github-actions-hosted-build-${{ github.run_id }}-${{ github.run_attempt }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e6fbd72

Please sign in to comment.