Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 7, 2024
1 parent 48dbaca commit 938e735
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/ci_codebuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
# Run once a day
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"

permissions:
id-token: write
Expand All @@ -16,18 +16,19 @@ jobs:
name: AWS CodeBuild CI
runs-on: ubuntu-latest
strategy:
python:
- "38"
- "39"
- "310"
- "311"
- "312"
codebuild_file_name:
- "awses_local.yml"
- "examples.yml"
- "integ.yml"
matrix:
python:
- "38"
- "39"
- "310"
- "311"
- "312"
codebuild_file_name:
- "awses_local.yml"
- "examples.yml"
- "integ.yml"
exclude:
# No "awses_local" for py39
# No "awses_local.yml" file exists in py39/
- python: "39"
codebuild_file_name: "awses_local.yml"
steps:
Expand Down

0 comments on commit 938e735

Please sign in to comment.