Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Nov 22, 2024
1 parent 8c9145d commit f4b3a55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Generate API Coverage

on:
workflow_dispatch:
push:
branches: ["coverage-ci"]

jobs:
generate-coverage-report:
Expand Down Expand Up @@ -53,4 +51,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_S3_CODE_BUCKET: ${{ secrets.AWS_S3_CODE_BUCKET }}
AWS_DEFAULT_REGION: us-east-1
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'

0 comments on commit f4b3a55

Please sign in to comment.