Skip to content

Commit

Permalink
chore(Module Switcher): Merge in modularization-main
Browse files Browse the repository at this point in the history
  • Loading branch information
saengel committed Aug 4, 2024
2 parents 067bb27 + a3c4b67 commit 567c185
Show file tree
Hide file tree
Showing 72 changed files with 1,879 additions and 823 deletions.
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Description
_A brief description of the PR_

## Code Changes
_The following changes were made to the files below_

## Notes
_Any additional notes go here_
8 changes: 6 additions & 2 deletions .github/workflows/continuous.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
name: Continuous
on:
pull_request:
merge_group:
push:
branches:
- master

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build-generic:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
name: "Continuous Image Build"
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
strategy:
matrix:
app: [ web, node ]
Expand Down Expand Up @@ -76,6 +80,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-derived:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
name: "Continuous Image Build Stage 2"
runs-on: ubuntu-latest
permissions:
Expand All @@ -86,7 +91,6 @@ jobs:
strategy:
matrix:
app: [ asset, linker ]
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion build/ci/sandbox-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ monitor:
tag:
secrets:
localSettings:
ref: local-settings-secrets-dev
ref: local-settings-secrets
backupManager:
ref: backup-manager
slackWebhook:
Expand Down
Loading

0 comments on commit 567c185

Please sign in to comment.