Skip to content

Commit 3e2d02b

Browse files
mkurzmergify[bot]
authored andcommitted
"Correct" dependency submission workflow
(cherry picked from commit 3d691a3) # Conflicts: # .github/workflows/dependency-graph.yml
1 parent 7229ca3 commit 3e2d02b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
name: Dependency Graph
22
on:
3+
<<<<<<< HEAD
34
workflow_run:
45
workflows: ["Check"]
56
branches: [10.1.x]
67
types:
78
- completed
9+
=======
10+
push:
11+
branches:
12+
- main
13+
>>>>>>> 3d691a3 ("Correct" dependency submission workflow)
814

915
concurrency:
1016
# Only run once for latest commit per ref and cancel other (previous) runs.
@@ -18,7 +24,6 @@ jobs:
1824
dependency-graph:
1925
name: Submit dependencies to GitHub
2026
runs-on: ubuntu-latest
21-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2227
steps:
2328
- uses: actions/checkout@v4
2429
with:

0 commit comments

Comments
 (0)