We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8dd41 commit fbfeb58Copy full SHA for fbfeb58
.github/workflows/push_main.yml
@@ -1,9 +1,6 @@
1
name: Jobs for new commits on main (and similar branches)
2
on:
3
- workflow_run:
4
- workflows: ["checks"]
5
- types:
6
- - completed
+ push:
7
branches:
8
- main
9
- v1
@@ -108,6 +105,7 @@ jobs:
108
105
Gc-root-bindings:
109
106
name: add a gc root for the latest bindings build
110
107
if: github.ref == 'refs/heads/main'
+ needs: Prepare
111
runs-on: [sdk-self-hosted-linux-amd64-build-system]
112
steps:
113
- uses: actions/checkout@v4
@@ -125,6 +123,7 @@ jobs:
125
123
126
124
timeout-minutes: 180
127
runs-on: ubuntu-latest
+ needs: [Build-And-Test-Server, Run-Unit-Tests, Build-And-Test-Web]
128
129
- name: Restore repository
130
uses: actions/cache@v4
0 commit comments