Skip to content

Commit 938e735

Browse files
m
1 parent 48dbaca commit 938e735

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
# Run once a day
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: "0 0 * * *"
99

1010
permissions:
1111
id-token: write
@@ -16,18 +16,19 @@ jobs:
1616
name: AWS CodeBuild CI
1717
runs-on: ubuntu-latest
1818
strategy:
19-
python:
20-
- "38"
21-
- "39"
22-
- "310"
23-
- "311"
24-
- "312"
25-
codebuild_file_name:
26-
- "awses_local.yml"
27-
- "examples.yml"
28-
- "integ.yml"
19+
matrix:
20+
python:
21+
- "38"
22+
- "39"
23+
- "310"
24+
- "311"
25+
- "312"
26+
codebuild_file_name:
27+
- "awses_local.yml"
28+
- "examples.yml"
29+
- "integ.yml"
2930
exclude:
30-
# No "awses_local" for py39
31+
# No "awses_local.yml" file exists in py39/
3132
- python: "39"
3233
codebuild_file_name: "awses_local.yml"
3334
steps:

0 commit comments

Comments
 (0)