Skip to content

Commit

Permalink
Fix delete test seed job.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Jul 10, 2024
1 parent 8334f2e commit c4b12f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-test-seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
pull_request:
types: [closed]
paths:
- 'seed/seed.json'
- 'studies/**'

jobs:
build:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
env:
REMOTE_SEED_PATH: 'pull/${{ github.event.pull_request.number }}/seed'

Expand Down

0 comments on commit c4b12f4

Please sign in to comment.