Skip to content

Commit fbfeb58

Browse files
committed
Revert "fix ci"
This reverts commit 3b8dd41.
1 parent 3b8dd41 commit fbfeb58

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/push_main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Jobs for new commits on main (and similar branches)
22
on:
3-
workflow_run:
4-
workflows: ["checks"]
5-
types:
6-
- completed
3+
push:
74
branches:
85
- main
96
- v1
@@ -108,6 +105,7 @@ jobs:
108105
Gc-root-bindings:
109106
name: add a gc root for the latest bindings build
110107
if: github.ref == 'refs/heads/main'
108+
needs: Prepare
111109
runs-on: [sdk-self-hosted-linux-amd64-build-system]
112110
steps:
113111
- uses: actions/checkout@v4
@@ -125,6 +123,7 @@ jobs:
125123
if: github.ref == 'refs/heads/main'
126124
timeout-minutes: 180
127125
runs-on: ubuntu-latest
126+
needs: [Build-And-Test-Server, Run-Unit-Tests, Build-And-Test-Web]
128127
steps:
129128
- name: Restore repository
130129
uses: actions/cache@v4

0 commit comments

Comments
 (0)