Skip to content

Commit

Permalink
Merge pull request #1699 from dandi/fix-spurious-deploy-failure
Browse files Browse the repository at this point in the history
Prevent CHANGELOG.md from triggering staging deploy
  • Loading branch information
waxlamp authored Oct 5, 2023
2 parents 5791290 + 96645bd commit 6c959f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths-ignore:
- "web/**"
- "CHANGELOG.md"

concurrency:
# If this workflow is already running, cancel it to avoid a scenario
Expand Down

0 comments on commit 6c959f6

Please sign in to comment.