Update GNU #1788
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
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"' |