Skip to content

Commit

Permalink
Update always.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
percebus committed Jan 18, 2025
1 parent 6c51dce commit 181602d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
verify_matrix:
name: Verify
needs: verify
# if: github.ref == 'refs/heads/main' # FIXME
if: github.ref == 'refs/heads/main'
continue-on-error: true
strategy:
max-parallel: 10
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
run: docker compose up --abort-on-container-exit

docker_build_matrix:
# if: github.ref == 'refs/heads/main' # FIXME
if: github.ref == 'refs/heads/main'
name: docker build --target
needs: docker_compose
continue-on-error: true
Expand Down

0 comments on commit 181602d

Please sign in to comment.