Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Option to consider different workflow states as successful #146

Open
joh-klein opened this issue May 22, 2024 · 1 comment
Open

Option to consider different workflow states as successful #146

joh-klein opened this issue May 22, 2024 · 1 comment
Labels
feature New feature or request

Comments

@joh-klein
Copy link

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"
@mandarini mandarini added the feature New feature or request label Jun 11, 2024
@mandarini
Copy link
Member

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants