Explorar el Código

ci(build): drop dead bypass args to build-kernel action

TheWildJames hace 1 semana
padre
commit
8649e06e4f
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .github/workflows/build.yml

+ 0 - 2
.github/workflows/build.yml

@@ -467,7 +467,6 @@ jobs:
       uses: ./.github/actions/build-kernel
       with:
         version: ${{ inputs.version }}
-        bypass: false
 
     - name: Get Cache Stats
       uses: ./.github/actions/cache-stats
@@ -514,7 +513,6 @@ jobs:
         KBUILD_BUILD_TIMESTAMP: ${{ env.KBUILD_BUILD_TIMESTAMP }}
       uses: ./.github/actions/build-kernel
       with:
-        bypass: true
         version: ${{ inputs.version }}
 
     - name: Consolidated Build Summary