Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 29, 2025
1 parent c87e98c commit b41cf4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git
.github
docker/redis*
docker/production.rb
.env
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
NB_SERVICES: ${{ secrets.NB_SERVICES }}
PROJECT: optimizer
Expand Down Expand Up @@ -282,7 +286,6 @@ jobs:
permissions:
contents: read
packages: write
attestations: write
id-token: write

steps:
Expand Down

0 comments on commit b41cf4f

Please sign in to comment.