Skip to content

Commit

Permalink
fix: add back cicd:bridge-containers
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa369 committed Mar 6, 2025
1 parent b64421e commit e863d78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-containers-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
### Unchecked containers

build-push-unchecked-containers:
if: contains(github.event.pull_request.labels.*.name, 'cicd:bridge-containers') || github.ref == 'refs/heads/main' || github.event.label.name == 'cicd:bridge-containers'

uses: ./.github/workflows/build-push-container.yml
name: Build Push Unchecked Containers
secrets: inherit
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/checks-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204
- os: macos-13-latest
arch: arm64
runs-on: macos-13-xlarge
Expand All @@ -55,7 +55,7 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204
- os: macos-13-latest
arch: arm64
runs-on: macos-13-xlarge
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

Expand Down Expand Up @@ -385,7 +385,7 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
runs-on: buildjet-8vcpu-ubuntu-2204
runs-on: buildjet-16vcpu-ubuntu-2204

runs-on: ${{ matrix.runs-on }}

Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
# include:
# - os: ubuntu-22.04
# arch: x86_64
# runs-on: buildjet-8vcpu-ubuntu-2204
# runs-on: buildjet-16vcpu-ubuntu-2204
#
# runs-on: ${{ matrix.runs-on }}
#
Expand Down

0 comments on commit e863d78

Please sign in to comment.