Skip to content

Commit 0495c8e

Browse files
committed
Add repo var to all other ci job
Signed-off-by: Tal Regev <[email protected]>
1 parent 2178cc4 commit 0495c8e

6 files changed

+11
-0
lines changed

.github/workflows/build-reuse-darwin-framework.yml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
arch: ${{ matrix.arch }}
5151
tls: ${{ inputs.tls }}
5252
static: ${{ inputs.static }}
53+
repo: ${{ github.repository }}
5354

5455
build-darwin-universal:
5556
name: Build Universal Binaries

.github/workflows/code-coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
tls: ${{ matrix.vec.tls }}
3838
sanitize: ${{ matrix.vec.sanitize }}
3939
build: ${{ matrix.vec.build }}
40+
repo: ${{ github.repository }}
4041

4142
bvt-winlatest:
4243
name: BVT WinPrerelease

.github/workflows/dotnet-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: ./.github/workflows/build-reuse-darwin-framework.yml
2626
with:
2727
config: 'Debug'
28+
repo: ${{ github.repository }}
2829

2930
build-linux:
3031
name: Ubuntu
@@ -45,6 +46,7 @@ jobs:
4546
arch: ${{ matrix.vec.arch }}
4647
tls: ${{ matrix.vec.tls }}
4748
xdp: ${{ matrix.vec.xdp }}
49+
repo: ${{ github.repository }}
4850

4951
build-windows:
5052
name: Windows
@@ -63,6 +65,7 @@ jobs:
6365
os: ${{ matrix.vec.os }}
6466
arch: ${{ matrix.vec.arch }}
6567
tls: ${{ matrix.vec.tls }}
68+
repo: ${{ github.repository }}
6669

6770
dotnet-test:
6871
name: DotNet Test

.github/workflows/package-reuse-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
clang: ${{ inputs.clang }}
7676
build: ${{ inputs.build }}
7777
xdp: ${{ inputs.xdp }}
78+
repo: ${{ github.repository }}
7879

7980
package:
8081
name: Package

.github/workflows/stress.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
tls: ${{ matrix.vec.tls }}
4141
sanitize: ${{ matrix.vec.sanitize }}
4242
build: ${{ matrix.vec.build }}
43+
repo: ${{ github.repository }}
4344

4445
build-unix:
4546
name: Build Unix
@@ -66,6 +67,7 @@ jobs:
6667
sanitize: ${{ matrix.vec.sanitize }}
6768
build: ${{ matrix.vec.build }}
6869
xdp: ${{ matrix.vec.xdp }}
70+
repo: ${{ github.repository }}
6971

7072
stress:
7173
name: Stress

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
tls: ${{ matrix.vec.tls }}
4444
build: ${{ matrix.vec.build }}
4545
ref: ${{ inputs.ref || '' }}
46+
repo: ${{ github.repository }}
4647

4748
build-windows:
4849
name: Build WinUser
@@ -66,6 +67,7 @@ jobs:
6667
sanitize: ${{ matrix.vec.sanitize }}
6768
build: ${{ matrix.vec.build }}
6869
ref: ${{ inputs.ref || '' }}
70+
repo: ${{ github.repository }}
6971

7072
build-unix:
7173
name: Build Unix
@@ -94,6 +96,7 @@ jobs:
9496
build: ${{ matrix.vec.build }}
9597
xdp: ${{ matrix.vec.xdp }}
9698
ref: ${{ inputs.ref || '' }}
99+
repo: ${{ github.repository }}
97100

98101
bvt:
99102
name: BVT

0 commit comments

Comments
 (0)