Skip to content
activity

GitHub Action

Wait for workflow

v1.2.0 Latest version

Wait for workflow

activity

Wait for workflow

Wait for a given workflow

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Wait for workflow

uses: ArcticLampyrid/action-wait-for-workflow@v1.2.0

Learn more about this action in ArcticLampyrid/action-wait-for-workflow

Choose a version

Action-Wait-For-Workflow

Wait for a given workflow

inputs:
  github_token:
    description: GitHub token
    required: false
    default: ${{ github.token }}
  workflow:
    description: Workflow name.
    required: true
  repo:
    description: Repository name with owner (eg. "ArcticLampyrid/action-wait-for-workflow")
    required: false
    default: ${{ github.repository }}
  sha:
    description: Commit sha
    required: false
  branch:
    description: Branch name
    required: false
  event:
    description: Event type
    required: false
  wait-interval:
    description: "Seconds to wait between polling (at least 5 seconds)"
    required: false
    default: "30"
  allowed-conclusions:
    description: "Array of allowed conclusions"
    required: false
    default: |
      success