Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[FEATURE] Ability to specify which jobs are necessary #2

Open
TWiStErRob opened this issue Jun 11, 2022 · 2 comments
Open

[FEATURE] Ability to specify which jobs are necessary #2

TWiStErRob opened this issue Jun 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@TWiStErRob
Copy link

    steps:
      - uses: hadialqattan/[email protected]
        with:
          workflow: CI
          jobs: [build, deploy]

I'm looking to do this, because a dependent workflow might be executed as soon as the build and deploy is successful. But there could be other tasks, like test, static analysis, security tests, UI tests etc. that take longer, but not blocking the dependent workflow.

@TWiStErRob TWiStErRob added the enhancement New feature or request label Jun 11, 2022
@hadialqattan
Copy link
Owner

Hi @TWiStErRob, that sounds good. I'm gonna work on that as soon as possible.

Thanks for being around!

@TWiStErRob
Copy link
Author

No hurry, I found a way around it by merging the workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants