Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Jul 9, 2024
1 parent 1b110e7 commit 156d025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
github_token: ${{ github.token }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: https://dl.google.com/go/go1.20.linux-amd64.tar.gz
goversion: 1.22
pre_command: go test ./... && export CGO_ENABLED=0
ldflags: -s -w -X main.version=${{ github.event.release.tag_name }}
binary_name: memory-calculator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, auto_merge_enabled]

jobs:
run-tests:
Expand Down

0 comments on commit 156d025

Please sign in to comment.