Skip to content

Commit

Permalink
run CI workflow only after tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Sep 10, 2024
1 parent 096d68c commit 95f3802
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI

on:
pull_request:
push:
branches: [main, feat/*]
workflow_run:
workflows: ["Run tests"] # Waits until the tests worflow is completed, then this workflow starts running
types:
- completed

jobs:
coverage:
Expand Down

0 comments on commit 95f3802

Please sign in to comment.