We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a42b commit 964ff48Copy full SHA for 964ff48
.github/workflows/update-snapshots.yml
@@ -1,8 +1,7 @@
1
name: update-snapshots
2
3
on:
4
- schedule:
5
- - cron: "0 15 * * *" # every day 11am EST
+ workflow_dispatch:
6
7
jobs:
8
check:
Dockerfile
@@ -1,5 +1,5 @@
ARG image
-FROM $image as builder
+FROM $image AS builder
# Create the directory structure required for AWS Lambda Layer
0 commit comments