Skip to content

Commit

Permalink
Revert "🌱 Making workflows not run on forks."
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeke authored May 15, 2024
1 parent 2519961 commit 2342502
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Go test with coverage
run: make test-coverage

- name: Coveralls
uses: coverallsapp/[email protected]
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/image-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ on:
push:
branches:
- master
env:
image-push-owner: 'k8snetworkplumbingwg'
jobs:
build-and-push-amd64-device-plugin:
if: ${{ github.repository_owner == env.image-push-owner }}
name: Image push AMD64
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -38,7 +35,6 @@ jobs:
file: images/Dockerfile

build-and-push-arm64-device-plugin:
if: ${{ github.repository_owner == env.image-push-owner }}
name: Image push ARM64
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -71,7 +67,6 @@ jobs:
file: images/Dockerfile.arm64

build-and-push-ppc64le-device-plugin:
if: ${{ github.repository_owner == env.image-push-owner }}
name: Image push ppc64le
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -104,7 +99,6 @@ jobs:
file: images/Dockerfile.ppc64le

push-manifest:
if: ${{ github.repository_owner == env.image-push-owner }}
runs-on: ubuntu-20.04
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/image-push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ on:
push:
tags:
- v*
env:
image-push-owner: 'k8snetworkplumbingwg'
jobs:
build-and-push-amd64-device-plugin:
if: ${{ github.repository_owner == env.image-push-owner }}
name: Image push AMD64
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -47,7 +44,6 @@ jobs:
file: images/Dockerfile

build-and-push-arm64-device-plugin:
if: ${{ github.repository_owner == env.image-push-owner }}
name: Image push ARM64
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -91,7 +87,6 @@ jobs:
file: images/Dockerfile.arm64

build-and-push-ppc64le-device-plugin:
if: ${{ github.repository_owner == env.image-push-owner }}
name: Image push ppc64le
runs-on: ubuntu-20.04
env:
Expand Down Expand Up @@ -134,7 +129,6 @@ jobs:
file: images/Dockerfile.ppc64le

push-manifest:
if: ${{ github.repository_owner == env.image-push-owner }}
runs-on: ubuntu-20.04
env:
IMAGE_NAME: ghcr.io/${{ github.repository }}
Expand Down

0 comments on commit 2342502

Please sign in to comment.