Skip to content

Commit d59e6ab

Browse files
authored
Merge pull request #557 from k8snetworkplumbingwg/revert-540-restrict-workflow/adil
Revert "🌱 Making workflows not run on forks."
2 parents 2519961 + 2342502 commit d59e6ab

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.github/workflows/build-test-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Go test with coverage
6262
run: make test-coverage
63-
63+
6464
- name: Coveralls
6565
uses: coverallsapp/[email protected]
6666
with:

.github/workflows/image-push-master.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ on:
33
push:
44
branches:
55
- master
6-
env:
7-
image-push-owner: 'k8snetworkplumbingwg'
86
jobs:
97
build-and-push-amd64-device-plugin:
10-
if: ${{ github.repository_owner == env.image-push-owner }}
118
name: Image push AMD64
129
runs-on: ubuntu-20.04
1310
env:
@@ -38,7 +35,6 @@ jobs:
3835
file: images/Dockerfile
3936

4037
build-and-push-arm64-device-plugin:
41-
if: ${{ github.repository_owner == env.image-push-owner }}
4238
name: Image push ARM64
4339
runs-on: ubuntu-20.04
4440
env:
@@ -71,7 +67,6 @@ jobs:
7167
file: images/Dockerfile.arm64
7268

7369
build-and-push-ppc64le-device-plugin:
74-
if: ${{ github.repository_owner == env.image-push-owner }}
7570
name: Image push ppc64le
7671
runs-on: ubuntu-20.04
7772
env:
@@ -104,7 +99,6 @@ jobs:
10499
file: images/Dockerfile.ppc64le
105100

106101
push-manifest:
107-
if: ${{ github.repository_owner == env.image-push-owner }}
108102
runs-on: ubuntu-20.04
109103
env:
110104
IMAGE_NAME: ghcr.io/${{ github.repository }}

.github/workflows/image-push-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ on:
33
push:
44
tags:
55
- v*
6-
env:
7-
image-push-owner: 'k8snetworkplumbingwg'
86
jobs:
97
build-and-push-amd64-device-plugin:
10-
if: ${{ github.repository_owner == env.image-push-owner }}
118
name: Image push AMD64
129
runs-on: ubuntu-20.04
1310
env:
@@ -47,7 +44,6 @@ jobs:
4744
file: images/Dockerfile
4845

4946
build-and-push-arm64-device-plugin:
50-
if: ${{ github.repository_owner == env.image-push-owner }}
5147
name: Image push ARM64
5248
runs-on: ubuntu-20.04
5349
env:
@@ -91,7 +87,6 @@ jobs:
9187
file: images/Dockerfile.arm64
9288

9389
build-and-push-ppc64le-device-plugin:
94-
if: ${{ github.repository_owner == env.image-push-owner }}
9590
name: Image push ppc64le
9691
runs-on: ubuntu-20.04
9792
env:
@@ -134,7 +129,6 @@ jobs:
134129
file: images/Dockerfile.ppc64le
135130

136131
push-manifest:
137-
if: ${{ github.repository_owner == env.image-push-owner }}
138132
runs-on: ubuntu-20.04
139133
env:
140134
IMAGE_NAME: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)