Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Aug 8, 2024
1 parent 07fbc6d commit e5a9663
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: main
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
push:
branches: [main]
branches: [trigger-coveralls]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down Expand Up @@ -55,12 +52,10 @@ jobs:

coverage:
needs: test
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- uses: coverallsapp/github-action@v2.3.0
with:
base-path: /
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e5a9663

Please sign in to comment.