Skip to content

Commit dbc39f8

Browse files
committed
Fix failing workflow when repo initially created from template
1 parent 2dd41ec commit dbc39f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-runtime.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818

1919
jobs:
2020
build:
21+
if: ${{ secrets.AWS_ROLE_ARN != '' }}
2122
runs-on: ubuntu-latest
2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)