Skip to content

Commit

Permalink
Update cicd_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 13, 2023
1 parent 81d4648 commit 4550fd7
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/cicd_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
name: cicd_deploy

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
# For now, run each time some code are push on main
push:
branches:
- main

env:
DOCKER_REPO: ignimagelidar/pdal_ign_plugin
Expand Down

0 comments on commit 4550fd7

Please sign in to comment.