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

feat: Wait for pipeline #65

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LecrisUT
Copy link

@LecrisUT LecrisUT commented Aug 24, 2023

Fixes #64

Alternative design: add sub-actions that can be trigerred as:

      - name: Trigger CircleCI
        id: trigger
        uses: CircleCI-Public/trigger-circleci-pipeline-action/trigger@main
      - name: Wait for CircleCI
        uses: CircleCI-Public/trigger-circleci-pipeline-action/wait@main
        with:
          workflow-id: ${{ steps.trigger.outputs.id }}

While the main action will always run both actions as bundled/composite. I would prefer the alternative design since there are other additions that can be implemented, e.g. getting the artifacts.

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

Successfully merging this pull request may close these issues.

Request: Wait-for-pipeline input variable
1 participant