Skip to content

Commit

Permalink
[NO-CARD] Add dependency graph github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-charles-fraisse committed Mar 29, 2024
1 parent 6e2026e commit a19bfb3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update Dependency Graph
on:
push:
branches:
- master
- "ga-iterate-**"

jobs:
dependency-graph:
uses: ebuzzing/github-actions-scala/.github/workflows/dependency-graph.yml@v1
with:
branch: ${{ github.head_ref || github.ref_name }}
working-directory: ./cassandra/sisyphus

0 comments on commit a19bfb3

Please sign in to comment.