Skip to content

Update check-status.yaml #4

Update check-status.yaml

Update check-status.yaml #4

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on pull request events but only for the "main" branch
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
wait-for-status:
runs-on: ubuntu-latest
needs: [build] # Adjust as needed
if: always() # Optionally run even if previous jobs failed
steps:
- name: Wait for external status
uses: developerproductivity/data-ingestion/osci@v1
with:
desired_context: "try"
token: ${{ secrets.GITHUB_TOKEN }}
max_retries: 30
retry_delay: 10
- name: Display final status
run: echo "External status final state: ${{ steps.wait-for-status.outputs.final_state }}"

Check failure on line 30 in .github/workflows/check-status.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-status.yaml

Invalid workflow file

You have an error in your yaml syntax on line 30