Skip to content

Target Platform Updates #10

Target Platform Updates

Target Platform Updates #10

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 8 * * *'
push:
branches:
- master
paths:
- '**.target'
permissions:
contents: write
pull-requests: write
jobs:
update:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master
with:
author: eclipse-ls-bot <[email protected]>
path: 'org.eclipse.jdt.ls.target'
secrets:
token: ${{ secrets.GITHUB_TOKEN }}