IB Pipelines Tracker #365
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: IB Pipelines Tracker | |
on: | |
schedule: | |
- cron: '0 */3 * * *' | |
workflow_dispatch: | |
permissions: read-all | |
jobs: | |
pipeline_check: | |
name: Image Pipeline Check | |
runs-on: ubuntu-latest | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- name: Checkout Repository | |
uses: actions/checkout@v4 | |
- name: Check Pipeline Status | |
run: python3 ./scripts/ib_pipelines_check.py |