Skip to content

Commit

Permalink
Add workflow that checks for bundle dependencies version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 18, 2025
1 parent d84b569 commit c46294d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/checkDependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Bundle Dependencies Version Range
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
check-dependencies:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkDependencies.yml@master
with:
author: Eclipse Equinox Bot <[email protected]>
secrets:
token: ${{ secrets.EQUINOX_BOT_PAT }}

0 comments on commit c46294d

Please sign in to comment.