Skip to content

Commit

Permalink
Merge pull request #8 from DARPA-ASKEM/merge_upstream_2023_dec_6
Browse files Browse the repository at this point in the history
remove tr build push to main
  • Loading branch information
bigglesandginger authored Dec 7, 2023
2 parents ae619d7 + 6462d64 commit f093eaa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-tr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
run: |
sbt "webapp/docker:stage"
- name: Push to main
run: |
cd ${{ github.workspace }}
git config user.name github-actions
git config user.email github-actions@github.com
git commit -am "generated text-reading"
git push
# - name: Push to main
# run: |
# cd ${{ github.workspace }}
# git config user.name github-actions
# git config user.email github-actions@github.com
# git commit -am "generated text-reading"
# git push

bake:
needs:
Expand Down

0 comments on commit f093eaa

Please sign in to comment.