Skip to content

Commit

Permalink
Fix duplicate checkout action in GitHub workflow (#1407)
Browse files Browse the repository at this point in the history
* remove duplicate checkout

* adding changelog
  • Loading branch information
Azfaar Qureshi authored Dec 17, 2020
1 parent 2051927 commit 3fb80fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
go_version: [1.14, 1.15]
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Store the parent's full `SpanContext` rather than just its span ID in the `span` struct. (#1360)
- Improve span duration accuracy. (#1360)
- Migrated CI/CD from CircleCI to GitHub Actions (#1382)
- Remove duplicate checkout from GitHub Actions workflow (#1407)
### Removed

- Remove `errUninitializedSpan` as its only usage is now obsolete. (#1360)
Expand Down

0 comments on commit 3fb80fb

Please sign in to comment.