Skip to content

Commit

Permalink
improve triggers for synthetic recovery (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk authored Jan 30, 2025
1 parent 4b9c821 commit 3ce4f91
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/synthetic-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: "Synthetic validation check"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop
paths:
# Directories with stan code and benchmarking code
- "inst/stan/**"
- "inst/dev/recover-synthetic/*"
# Benchmarking config file
- ".github/workflows/synthetic-validation.yaml"
# Manual trigger
- ".synthetic"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3ce4f91

Please sign in to comment.