Skip to content

Commit

Permalink
Fix deployment trigger??
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Feb 6, 2024
1 parent c4085b1 commit c83fd8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
--install-version "${{ env.PT_DICT_VERSION }}" \
--max-threads "${{ steps.cpu-cores.outputs.count }}"
# TODO: uncomment after testing
# - name: Test LT
# working-directory: ${{ env.LT_HOME }}
# # If it fails, keep going; TODO: change this to 'false' after testing
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Deploy

on:
push:
branches:
- workflows/deploy
workflow_run:
workflows: ["Build"]
types:
Expand Down

0 comments on commit c83fd8c

Please sign in to comment.