Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermann90 committed Nov 5, 2024
1 parent b1c43cc commit d52b46b
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ on:
branches:
- main
#workflow_dispatch: # Permet de déclencher manuellement pour le destroy
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true

jobs:
deploy:
Expand Down Expand Up @@ -47,26 +66,6 @@ jobs:
key: ${{ runner.os }}-terraform-${{ github.sha }}
restore-keys: |
${{ runner.os }}-terraform-
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true
destroy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d52b46b

Please sign in to comment.