Skip to content

Commit

Permalink
Merge pull request #1893 from rodekruis/chore.split-checks-and-bump
Browse files Browse the repository at this point in the history
chore: new try AB#32464
  • Loading branch information
jannisvisser authored Jan 3, 2025
2 parents 035d92b + ce81438 commit 417165d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/workflow-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- run: echo "satisfy status check ibf-integration for push to master"

bump-version:
needs: [ibf-api-service, ibf-dashboard, ibf-integration, ibf-e2e]
if: |
success()
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "IBF-system",
"version": "0.277.14",
"version": "0.277.15",
"private": true,
"scripts": {
"start:services": "docker compose up -d",
Expand Down

0 comments on commit 417165d

Please sign in to comment.