Skip to content

Commit

Permalink
Reduce the amount of jobs for a pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
markwalet committed Nov 29, 2023
1 parent a4e2cd7 commit 050b26b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: coverage

on: [push, pull_request]
on:
push:
branches:
- 'main'
- 'master'
pull_request:

jobs:
coverage:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: tests

on:
push:
branches:
- 'main'
- 'master'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down

0 comments on commit 050b26b

Please sign in to comment.