Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Add uuid input to filter dispatched requests
  • Loading branch information
pellecchialuigi authored Nov 8, 2024
1 parent 8506738 commit 7160a08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: ci
run-name: ci [${{ inputs.uuid && inputs.uuid || 'N/A' }}]

on:
push:
workflow_dispatch:
inputs:
uuid:
description: 'Unique ID'
required: false

jobs:
build:
Expand Down

0 comments on commit 7160a08

Please sign in to comment.