Skip to content

Commit ba47239

Browse files
🩹 [Patch]: Update Action-Test workflow to include Preview input and remove redundant jobs
1 parent 4463abf commit ba47239

File tree

3 files changed

+6
-522
lines changed

3 files changed

+6
-522
lines changed

‎.github/workflows/Action-Test-Prerelease.yml‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎.github/workflows/Action-Test.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ run-name: "Action-Test - [${{ github.event.pull_request.title }} #${{ github.eve
44

55
on:
66
workflow_dispatch:
7+
inputs:
8+
Preview:
9+
default: false
10+
description: Show preview of the changes
711
pull_request:
812
schedule:
913
- cron: '0 0 * * *'
@@ -26,3 +30,4 @@ jobs:
2630
os: [ubuntu-latest, macos-latest, windows-latest]
2731
with:
2832
runs-on: ${{ matrix.os }}
33+
Preview: ${{ inputs.Preview }}

0 commit comments

Comments
 (0)