Skip to content

Commit

Permalink
Update build-lambda-zip workflow (#267)
Browse files Browse the repository at this point in the history
Update build-lambda-zip workflow

* run on push to master
* explicit go get @master
  • Loading branch information
bmoffatt committed Mar 3, 2020
1 parent 54dabe6 commit 861cd6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-lambda-zip.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: go get build-lambda-zip
on:
push:
branches:
- master
schedule:
- cron: "7 7 * * *"

Expand All @@ -24,4 +26,4 @@ jobs:
GO111MODULE: on
run: |
go env
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip
go get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip@master

0 comments on commit 861cd6d

Please sign in to comment.