From c99cd65324285a6a0667d2875c7fbb7b49d50c3b Mon Sep 17 00:00:00 2001 From: Rey Abolofia Date: Mon, 1 Dec 2025 10:51:49 -0700 Subject: [PATCH] Stop running update-snapshots action nightly. --- .github/workflows/update-snapshots.yml | 3 +-- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 48489e9d9..59ba0c45b 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -1,8 +1,7 @@ name: update-snapshots on: - schedule: - - cron: "0 15 * * *" # every day 11am EST + workflow_dispatch: jobs: check: diff --git a/Dockerfile b/Dockerfile index c70236f71..a12479693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG image -FROM $image as builder +FROM $image AS builder ARG image # Create the directory structure required for AWS Lambda Layer