Skip to content

Commit 90863c4

Browse files
committed
Enable bot to update target platform
1 parent 3caa0bb commit 90863c4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/updateTarget.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Target Platform Updates
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '0 0 * * *'
11+
push:
12+
branches:
13+
- master
14+
paths:
15+
- '**.target'
16+
17+
18+
jobs:
19+
update:
20+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master
21+
with:
22+
author: Linux Tools Bot <[email protected]>
23+
path: 'releng/org.eclipse.linuxtools.target'
24+
secrets:
25+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)