Skip to content

Check for Target Platform updates #8

Check for Target Platform updates

Check for Target Platform updates #8

Workflow file for this run

name: Check for Target Platform updates
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '**.target'
jobs:
update:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master
with:
author: M2E Bot <m2e-bot@eclipse.org>
path: 'target-platform'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}