Skip to content

Commit

Permalink
fix: remove conditional on sites changed
Browse files Browse the repository at this point in the history
logic branches are handled in the run block
  • Loading branch information
johnmcguin committed Aug 23, 2024
1 parent 1035cfd commit 53e14d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "SITES_CHANGED=${unique_sites[@]}" >> $GITHUB_ENV
- name: Build Dynamic Matrix
if: ${{ steps.changes.outputs.sites }}
id: matrix
run: |
if [[ ${{ steps.changes.outputs.packages }} == true ]] || [[ ${{ steps.changes.outputs.deps }} == true ]]; then
Expand Down

0 comments on commit 53e14d9

Please sign in to comment.