Skip to content

Commit

Permalink
fix(github): make sure CI_PIPELINE is defined for ci-go-cover
Browse files Browse the repository at this point in the history
Otherwise, copyright year check triggers, causing problems. This is
already set for the ci flow, but it seems was not need need for
ci-go-cover until now(?)

Signed-off-by: Sergei Trofimov <[email protected]>
  • Loading branch information
setrofim committed Aug 15, 2024
1 parent 4576911 commit 7ffe18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-go-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-latest
env:
GO111MODULE: on
CI_PIPELINE: true
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 7ffe18a

Please sign in to comment.