Skip to content

Commit

Permalink
Update test-chang-tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic authored Aug 15, 2024
1 parent 0d832a0 commit d6df224
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test-chang-tracking
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: Change Tracking Marker
on: [push, pull_request]
on:
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
confirmation:
# Friendly description to be shown in the UI instead of 'name'
description: 'Are you sure you want to release?'
type: boolean
# Default value if no value is explicitly provided
default: false
# Input has to be provided for the workflow to run
required: true

jobs:
newrelic:
Expand Down

0 comments on commit d6df224

Please sign in to comment.