Skip to content

Commit

Permalink
fix(ci): remove sheduled builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrt committed Jul 11, 2021
1 parent af9c5d3 commit 8284f29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: EC2Cryptomatic build and deployment
on:
push:
pull_request:
schedule:
- cron: '0 12 1 * *'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package constants

const (
// VERSION is the overall version of the program
VERSION string = "2.3.0"
VERSION string = "2.3.1"
// VolumeMaxAttempts how many attempts EC2 EBS waiters will used between SDK actions (snapshot ebsvolume)
VolumeMaxAttempts int = 10000
// InstanceMaxAttempts how many attempts EC2 waiters will used between SDK actions (attach/detach ebsvolume)
Expand Down

0 comments on commit 8284f29

Please sign in to comment.