Check for Target Platform updates #425
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: Check for Target Platform updates | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: '0 */2 * * *' | |
| push: | |
| branches: | |
| - master | |
| paths: | |
| - '**.target' | |
| - '**/update-rules.xml' | |
| jobs: | |
| update: | |
| uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateTarget.yml@master | |
| with: | |
| author: Eclipse Releng Bot <[email protected]> | |
| path: 'eclipse.platform.releng.prereqs.sdk' | |
| secrets: | |
| token: ${{ secrets.RELENG_BOT_PAT }} |