Skip to content

Commit 964ff48

Browse files
authored
Stop running update-snapshots action nightly. (#695)
1 parent 995a42b commit 964ff48

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: update-snapshots
22

33
on:
4-
schedule:
5-
- cron: "0 15 * * *" # every day 11am EST
4+
workflow_dispatch:
65

76
jobs:
87
check:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG image
2-
FROM $image as builder
2+
FROM $image AS builder
33
ARG image
44

55
# Create the directory structure required for AWS Lambda Layer

0 commit comments

Comments
 (0)