Skip to content

Update GNU

Update GNU #1789

name: Run when nf-test tests are skipped
on:
push:
branches:
# https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
- "renovate/**" # branches Renovate creates
paths:
- "**/meta.yml"
pull_request:
branches: [master]
paths:
- "**/meta.yml"
merge_group:
types: [checks_requested]
branches: [master]
paths:
- "**/meta.yml"
jobs:
confirm-pass-nf-test:
runs-on: ubuntu-latest
steps:
- run: 'echo "nf-test tests were skipped"'