Skip to content

Commit

Permalink
ci: make test job require a successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Apr 4, 2024
1 parent b60f6ee commit a7e720c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_run:
workflows: ["build"]
types:
- completed

jobs:
test:
Expand Down

0 comments on commit a7e720c

Please sign in to comment.