Skip to content

Commit

Permalink
WIP calculate changed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 23, 2024
1 parent 16f03fa commit 9a7cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Check apps changed since the last successful commit
run: |
#if [ "${{ env.NX_HEAD }}" == "ffffff" ]; then
#if [ "${{ env.NX_HEAD }}" = "ffffff" ]; then
changedAppsCommitFilter=''
#else
# changedAppsCommitFilter=" -F '[${{ env.NX_HEAD }}]'"
Expand Down

0 comments on commit 9a7cf39

Please sign in to comment.