Skip to content

Commit

Permalink
"fix: remove redundant DEPLOY_ENV variable from Github action workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Sep 19, 2023
1 parent 81ce8e0 commit 67a2d79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ on:
- pentest

env:
DEPLOY_ENV: dev
NODE_VERSION: 18
concurrency:
group: ${{ inputs.deploy_env }}-deploy
group: ${{ github.event.inputs.deploy_env }}-deploy
cancel-in-progress: false

jobs:
Expand Down

0 comments on commit 67a2d79

Please sign in to comment.