Skip to content

Commit

Permalink
Add Public Frontend to write pass, remove trivvy
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-walsh22 committed Nov 28, 2024
1 parent 016508c commit c36868c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Analysis

on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
schedule:
- cron: "29 22 * * 4"
#push:
# branches: [main]
#pull_request:
# types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
#schedule:
# - cron: "29 22 * * 4"

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions samNode/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ Resources:
META_TABLE_NAME: !Ref MetaTableName
METRICS_TABLE_NAME: !Ref MetricsTableName
LOG_LEVEL: !Ref LogLevel
PUBLIC_FRONTEND: !REF PublicFrontend
Layers:
- !Ref BaseLayer
- !Ref PermissionLayer
Expand Down

0 comments on commit c36868c

Please sign in to comment.