Skip to content

Commit

Permalink
remove wait job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loderunner committed Jun 3, 2021
1 parent f4c25f7 commit 806b20d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected]
with:
ref: main
running-workflow-name: "Build scrt"
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 60 # seconds
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.0 - 2021-06-03
## 0.3.2 - 2021-06-03

### Added

Expand Down

0 comments on commit 806b20d

Please sign in to comment.