Skip to content

Commit f8902d6

Browse files
committed
Move skip-duplicate check to caller workflow and skip reserve-and-deploy/test when duplicates are detected
1 parent 905ffde commit f8902d6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Run platformos-check on Liquid files
2+
on:
3+
push:
4+
paths-ignore:
5+
- '**/README.md'
6+
pull_request:
7+
paths-ignore:
8+
- '**/README.md'
9+
workflow_dispatch:
10+
11+
jobs:
12+
run-platformos-check:
13+
uses: Platform-OS/gh-workflows/.github/workflows/run_platformos_check_reusable.yml@main

0 commit comments

Comments
 (0)