We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caa0bb commit 90863c4Copy full SHA for 90863c4
.github/workflows/updateTarget.yml
@@ -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