Skip to content

Commit

Permalink
Again?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreDecan committed Oct 17, 2024
1 parent 50db621 commit 96bfe0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
schedule:
- cron: "0 6 * * 1"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,5 +36,3 @@ jobs:
uses: coverallsapp/github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}

0 comments on commit 96bfe0b

Please sign in to comment.