Skip to content

Commit

Permalink
undo debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Jan 16, 2025
1 parent d179f26 commit 46e4f51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ jobs:

publish-image:
runs-on: ubuntu-latest
#if: needs.detect_clj.outputs.did_change == 'True' && github.ref == 'refs/heads/main'
if: needs.detect_clj.outputs.did_change == 'True' && github.ref == 'refs/heads/main'
# Start publish image if we have clj changes
#needs: [ detect_clj ]
needs: [ detect_clj ]
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
runs-on: ubuntu-latest
# Publish to elastic beanstalk only if we pass the tests
needs:
#- clj-check
- clj-check
- publish-image
permissions:
id-token: write
Expand Down

0 comments on commit 46e4f51

Please sign in to comment.