You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the following situation: our workflow waits at the very end for approval of the production environment deployment. This only happens occasionally. Thus only then are these workflows considered successful and used as base.
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4
with:
# The state to check for
#
# Default: success
last-successful-state: "success,waiting"
The text was updated successfully, but these errors were encountered:
Hi there @joh-klein ! Thank you for the feature request. You can try submitting a PR if you want, and I can review it! Otherwise, I will try to take a look at the request and see if I have time some time in the next month!
joh-klein
added a commit
to joh-klein/nx-set-shas
that referenced
this issue
Jun 12, 2024
We have the following situation: our workflow waits at the very end for approval of the production environment deployment. This only happens occasionally. Thus only then are these workflows considered successful and used as base.
The text was updated successfully, but these errors were encountered: