Skip to content

Commit d63703f

Browse files
committed
ci: Implement sync to internal resources
Signed-off-by: Iuliu-Antoniu Popovici <[email protected]>
1 parent 99d6b88 commit d63703f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/trigger-sync.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Trigger sync
2+
3+
description:
4+
'Trigger external sync workflow.'
5+
6+
on:
7+
workflow_dispatch:
8+
pull_request:
9+
branches:
10+
- main
11+
12+
jobs:
13+
test-sync:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Test sync
17+
shell: sh
18+
run: |
19+
echo "Sync signal sent!"
20+

0 commit comments

Comments
 (0)