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 fbfeb58 commit 55e285aCopy full SHA for 55e285a
.github/workflows/push_main.yml
@@ -1,6 +1,9 @@
1
name: Jobs for new commits on main (and similar branches)
2
on:
3
- push:
+ workflow_run:
4
+ workflows: ["checks"]
5
+ types:
6
+ - completed
7
branches:
8
- main
9
- v1
@@ -105,7 +108,6 @@ jobs:
105
108
Gc-root-bindings:
106
109
name: add a gc root for the latest bindings build
107
110
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
@@ -123,7 +125,6 @@ jobs:
123
125
124
126
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