Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: 1000TurquoisePogs <[email protected]>
  • Loading branch information
1000TurquoisePogs authored Aug 27, 2024
1 parent dcae0a4 commit faab870
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- v2.x/master
- v3.x/master
pull_request:
types: [opened, synchronize]
workflow_dispatch:
Expand Down Expand Up @@ -119,7 +120,7 @@ jobs:

build-ubuntu-amd64:
runs-on: ubuntu-latest
needs: validate-package-json
# needs: validate-package-json
steps:
- uses: actions/checkout@v2

Expand All @@ -142,7 +143,7 @@ jobs:

build-ubuntu-s390x:
runs-on: ubuntu-latest
needs: validate-package-json
# needs: validate-package-json
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -194,7 +195,7 @@ jobs:

build-ubi-amd64:
runs-on: ubuntu-latest
needs: validate-package-json
# needs: validate-package-json
steps:
- uses: actions/checkout@v2

Expand All @@ -220,7 +221,7 @@ jobs:

build-ubi-s390x:
runs-on: ubuntu-latest
needs: validate-package-json
# needs: validate-package-json
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit faab870

Please sign in to comment.