Skip to content

Commit

Permalink
Update cover.yml
Browse files Browse the repository at this point in the history
Fix missing quote in github cover action
  • Loading branch information
iramiller authored Jan 21, 2021
1 parent a021d54 commit f2a263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"

# This action performs a code coverage assessment but filters out generated code from proto based types
# and grpc services
Expand Down

0 comments on commit f2a263b

Please sign in to comment.