Skip to content

Commit 1e7b4ae

Browse files
authored
Merge pull request #391 from mkurz/correct_dep_submission
"Correct" dependency submission workflow
2 parents 5d7828d + 3d691a3 commit 1e7b4ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Dependency Graph
22
on:
3-
workflow_run:
4-
workflows: ["Check"]
5-
branches: [main]
6-
types:
7-
- completed
3+
push:
4+
branches:
5+
- main
86

97
concurrency:
108
# Only run once for latest commit per ref and cancel other (previous) runs.
@@ -18,7 +16,6 @@ jobs:
1816
dependency-graph:
1917
name: Submit dependencies to GitHub
2018
runs-on: ubuntu-latest
21-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2219
steps:
2320
- uses: actions/checkout@v4
2421
with:

0 commit comments

Comments
 (0)