Skip to content

Commit

Permalink
Temporarily marking wpcomsh as always changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Oct 7, 2024
1 parent a8da4b4 commit a3a5533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wpcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
run: |
CHANGED="$(EXTRA=test .github/files/list-changed-projects.sh)"
WPCOMSH_CHANGED="$(jq --argjson changed "$CHANGED" -n '$changed | has( "plugins/wpcomsh" ) ')"
# WPCOMSH_CHANGED="$(jq --argjson changed "$CHANGED" -n '$changed | has( "plugins/wpcomsh" ) ')"
WPCOMSH_CHANGED="true"
echo "wpcomsh=${WPCOMSH_CHANGED}" >> "$GITHUB_OUTPUT"
- name: Configure Github to be able to SSH to the Atomic site
Expand Down

0 comments on commit a3a5533

Please sign in to comment.