Skip to content

Commit

Permalink
fix(ci-cd): revert ci changes for feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics committed Nov 29, 2023
1 parent d740d66 commit c166885
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
---
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:
Expand Down

0 comments on commit c166885

Please sign in to comment.