Skip to content

Commit

Permalink
Enable self-tests on push to trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Dec 13, 2024
1 parent ee9cb93 commit aa946a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qit-orchestration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- cron: '0 23 * * *'
# Manually
workflow_dispatch:
# On push to trunk
push:
branches:
- trunk

jobs:
orchestration-tests:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/qit-self-test-custom-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- cron: '0 23 * * *'
# Manually
workflow_dispatch:
# On push to trunk
push:
branches:
- trunk

jobs:
self_test_custom_test:
Expand Down

0 comments on commit aa946a8

Please sign in to comment.