Skip to content

Commit c72f65d

Browse files
authored
Add ci-template-check.yml. (#330)
1 parent a6b7b84 commit c72f65d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Checks if a PR makes any changes that ought to be shared via templating.
2+
# See the called workflow in the scitools/workflows repo for more details.
3+
4+
name: ci-template-check
5+
6+
on:
7+
pull_request_target:
8+
branches:
9+
- main
10+
11+
jobs:
12+
prompt-share:
13+
uses: scitools/workflows/.github/workflows/[email protected]
14+
secrets: inherit
15+
with:
16+
pr_number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)