Skip to content

Commit

Permalink
chore: add tests to this branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse committed Jan 10, 2024
1 parent 4006972 commit eb4e6fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, CP-101/design-system-clack-implementation]
schedule:
# check daily to notice potential package manager issues
- cron: '0 1 * * *' # At 01:00 daily
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, CP-101/design-system-clack-implementation]

jobs:
integration:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, CP-101/design-system-clack-implementation]

jobs:
unit:
Expand Down

0 comments on commit eb4e6fe

Please sign in to comment.