Skip to content

Commit

Permalink
ci: move around workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CantelopePeel authored and llamb-jump committed May 16, 2024
1 parent 4362cf1 commit 4769a6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on_main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ jobs:
clusterfuzz:
uses: ./.github/workflows/clusterfuzz.yml
secrets: inherit

coverage-report:
uses: ./.github/workflows/coverage_report.yml
secrets: inherit
3 changes: 3 additions & 0 deletions .github/workflows/on_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ jobs:
coverage: true
machine: linux_clang_zen2
extras: llvm-cov
coverage-report:
uses: ./.github/workflows/coverage_report.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Tests
on:
workflow_call:
workflow_dispatch:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 4769a6e

Please sign in to comment.