Skip to content

Commit da9597a

Browse files
committed
add rtm test inj
tada Signed-off-by: Thomas Stranger <[email protected]>
1 parent dddd738 commit da9597a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/rtm-test.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright (c) 2020 Linaro Limited.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
name: RTM test
5+
6+
on:
7+
schedule:
8+
- cron: '0 */3 * * *'
9+
push:
10+
tags:
11+
- v*
12+
pull_request:
13+
14+
permissions:
15+
contents: read
16+
17+
jobs:
18+
rtm-check:
19+
if: always()
20+
name: "rtm test"
21+
uses: ./.github/workflows/ready-to-merge.yml
22+
with:
23+
needs_context: "10; echo hello-from-the-other-side"

0 commit comments

Comments
 (0)