We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0c352 commit d11ed40Copy full SHA for d11ed40
.github/workflows/ci_codebuild-tests.yml
@@ -27,10 +27,10 @@ jobs:
27
- "awses_local.yml"
28
- "examples.yml"
29
- "integ.yml"
30
- exclude:
31
- # No "awses_local.yml" file exists in py39/
32
- - python: "39"
33
- codebuild_file_name: "awses_local.yml"
+ exclude:
+ # No "awses_local.yml" file exists in py39/
+ - python: "39"
+ codebuild_file_name: "awses_local.yml"
34
steps:
35
- name: Configure AWS Credentials
36
uses: aws-actions/configure-aws-credentials@v2
0 commit comments