Skip to content

Commit

Permalink
fix(ci-cd): pin github ci python runner to 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics committed Nov 29, 2023
1 parent 3822317 commit d740d66
Show file tree
Hide file tree
Showing 2 changed files with 695 additions and 686 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
---
name: Publish to the Serverless Repository

concurrency:
group: production
cancel-in-progress: true
# concurrency:
# group: production
# cancel-in-progress: true

env:
TAGGED_VERSION: ${{github.ref_name}}

# yamllint disable-line rule:truthy
on:
push:
tags:
- "*"
on: push
# tags:
# - "*"

jobs:
# deploy:
Deploy:
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.11.4"]
runs-on: ubuntu-latest
environment: innovation
# These permissions are needed to interact
Expand Down
Loading

0 comments on commit d740d66

Please sign in to comment.