We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd41ec commit dbc39f8Copy full SHA for dbc39f8
1 file changed
.github/workflows/build-runtime.yml
@@ -18,6 +18,7 @@ env:
18
19
jobs:
20
build:
21
+ if: ${{ secrets.AWS_ROLE_ARN != '' }}
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@v4
0 commit comments