Skip to content

Commit 6d85340

Browse files
committed
Update snapshot.yml
1 parent 58fff87 commit 6d85340

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/snapshot.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
type: boolean
1010
description: Set `true` to skip diff commits.
1111
default: true
12+
target_branch:
13+
type: string
14+
description: Target branch to use.
15+
required: true
16+
1217
jobs:
1318
snapshot:
1419
runs-on: ${{ matrix.os }}
@@ -24,13 +29,13 @@ jobs:
2429
with:
2530
ref: ${{ github.event.inputs.target_branch }}
2631
lfs: true
27-
32+
2833
# Build projects
2934
- uses: ./.github/actions/build
3035
- run: dotnet build -c Release samples/extensions/build
3136

3237
# Update snapshots
33-
- run: dotnet test -c Release -f net8.0 --no-build --filter Stage=Snapshot
38+
- run: dotnet test -c Release -f net8.0 --no-build
3439
working-directory: test/docfx.Snapshot.Tests
3540
env:
3641
BUILD_SERVER: false # Accept changes automatically

0 commit comments

Comments
 (0)