File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 AWS_TOOLKIT_VERSION : ${{ needs.generate_changelog.outputs.version }}
158158 BRANCH : ${{ github.ref_name }}
159159 AWS_TOOLKIT_CHANGES : ${{ needs.generate_changelog.outputs.changes }}
160- runs-on : codebuild-JB -ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
160+ runs-on : codebuild-jb -ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
161161 permissions :
162162 contents : write
163163 steps :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 qodana :
16- runs-on : codebuild-JB -ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
16+ runs-on : codebuild-jb -ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
1717 permissions :
1818 contents : read
1919 # PR check
Original file line number Diff line number Diff line change 1313 permissions :
1414 issues : write # to label, comment and close issues (aws-actions/stale-issue-cleanup)
1515
16- runs-on : codebuild-JB -ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
16+ runs-on : codebuild-jb -ubuntu-runner-${{ github.run_id }}-${{ github.run_attempt }}
1717 name : Stale issues
1818 steps :
1919 - uses : aws-actions/stale-issue-cleanup@v6
You can’t perform that action at this time.
0 commit comments