Skip to content

Commit b279d23

Browse files
committed
cicd: Added tasks input
1 parent 3f86552 commit b279d23

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,20 @@ on:
99
branch:
1010
description: 'Branch'
1111
default: 'master'
12-
required: true
13-
12+
required: false
13+
tasks:
14+
description: 'Tasks'
15+
default: 'build aggregateTestReports publish'
16+
required: false
17+
1418
jobs:
1519
release:
1620
name: Release
1721
uses: redis-field-engineering/redis-github-workflows/.github/workflows/release.yml@main
1822
with:
1923
branch: ${{ github.event.inputs.branch }}
2024
version: ${{ github.event.inputs.version }}
25+
tasks: ${{ github.event.inputs.tasks }}
2126
secrets:
2227
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
2328
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)