FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

perf(workflow): update performance regression gate to use median ratios and increase failure threshold to 50% · HydroModPy/HydroModPy@6135365 · GitHub

Dev

Dev #16

Workflow file for this run

This file contains hidden or 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
# Lint GitHub Actions workflows when workflow files change.
name: CI / Workflow Lint
on:
push:
branches: [main, dev]
paths:
- ".github/workflows/**"
- ".github/actions/**"
pull_request:
branches: [main, dev]
paths:
- ".github/workflows/**"
- ".github/actions/**"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
actionlint:
name: CI / actionlint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Lint workflow files
uses: raven-actions/actionlint@v2

Back | FazBrowse Home | New Git URL