Skip to content

A0-2714: Nightly pipeline notifications and A0-3212: Move rest of e2e tests to nightly pipeline #1320

A0-2714: Nightly pipeline notifications and A0-3212: Move rest of e2e tests to nightly pipeline

A0-2714: Nightly pipeline notifications and A0-3212: Move rest of e2e tests to nightly pipeline #1320

Workflow file for this run

---
name: GH Action YAML validator
on:
merge_group:
pull_request:
paths:
- '.github/**.yml'
- '.github/**.yaml'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
name: YAML Validate
runs-on: ubuntu-20.04
steps:
- name: VALIDATE | Execute github-actions-validator
# yamllint disable-line rule:line-length
uses: Cardinal-Cryptography/github-actions/yaml-validate@v2