Skip to content

Commit

Permalink
update missing labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinoGoblino authored Sep 22, 2024
1 parent 892efc3 commit 1d0006b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- main

jobs:
build-client:
name: 'Build (Client)'
build:
name: 'Build'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
deploy:
name: Deploy (CD)
runs-on: ubuntu-latest
needs: [build-client, build]
needs: [build]
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
concurrency: production

Expand Down

0 comments on commit 1d0006b

Please sign in to comment.