Skip to content

Commit

Permalink
test: change run frequency of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliansteenbakker committed Feb 5, 2025
1 parent 8507163 commit 093cbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 📊 Code Coverage

on:
push:
branches: [master, develop]
pull_request:
on: [push, pull_request]

env:
PUB_ENVIRONMENT: bot.github
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 📝 Code Quality

on:
push:
branches: [master, develop]
pull_request:
on: [push, pull_request]

defaults:
run:
Expand Down

0 comments on commit 093cbb4

Please sign in to comment.