Skip to content

Target Platform Updates #4

Target Platform Updates

Target Platform Updates #4

Workflow file for this run

name: Target Platform Updates
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
paths:
- '**.target'
jobs:
update:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master
with:
author: M2E Bot <[email protected]>
path: 'target-platform'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}