Skip to content

Commit f35f9fe

Browse files
committed
Use separate workflows
Signed-off-by: Alex Le <alex.le@improving.com>
1 parent f5069c5 commit f35f9fe

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/check-code-examples.yml

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

.github/workflows/check-csharp-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Check C# Examples
22

33
on:
4-
workflow_call:
5-
workflow_dispatch:
4+
pull_request:
5+
branches: [main]
66

77
permissions:
88
contents: read

.github/workflows/check-node-examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Check Node Examples
55
# See scripts/validators/node.py.
66

77
on:
8-
workflow_call:
8+
pull_request:
9+
branches: [main]
910
workflow_dispatch:
1011

1112
permissions:

0 commit comments

Comments
 (0)