Skip to content

Commit

Permalink
ci: only run soak tests on master branch
Browse files Browse the repository at this point in the history
Spun off from getodk#1315.

Soak tests are slow, and are only likely to break occasionally.  Re-enabling them on branches when working on specific features, e.g. `slonik` or `pg` upgrades, would be sensible.
  • Loading branch information
alxndrsn committed Dec 4, 2024
1 parent 911739b commit c6e31dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/soak-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Soak Test

on: push
on:
push:
branches: master

jobs:
soak-test:
Expand Down

0 comments on commit c6e31dc

Please sign in to comment.