Skip to content

Commit

Permalink
ci: add update deps option to release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 20, 2024
1 parent dd22902 commit 7cea567
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: '🚀 Release'

on:
workflow_dispatch:
inputs:
update-deps:
description: 'Update PDK dependencies before releasing.'
default: true
type: boolean

concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
Expand Down Expand Up @@ -32,6 +37,7 @@ jobs:
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}
php-version: ${{ vars.PHP_VERSION }}
php-scoper-version: ${{ vars.PHP_SCOPER_VERSION }}
update-deps: ${{ github.event.inputs.update-deps }}
source-files: |
src/**/*
config/**/*
Expand Down

0 comments on commit 7cea567

Please sign in to comment.