Skip to content

Commit

Permalink
fix: memperbaiki yang ke skip
Browse files Browse the repository at this point in the history
  • Loading branch information
reacto11mecha committed Jul 20, 2024
1 parent 95f989f commit 1732f89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,12 @@ jobs:

update-docker-compose-repo:
needs: [web, processor, client-attendance, client-chooser]
if: |
always()
&& contains(needs.*.result, 'success')
&& !contains(needs.*.result, 'failure')
&& (needs.changes.outputs.web == 'true' || needs.changes.outputs.processor == 'true' || needs.changes.outputs.attendance == 'true' || needs.changes.outputs.chooser == 'true')
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sora-vp/web",
"version": "0.1.1",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 1732f89

Please sign in to comment.