Open m-jahn opened 3 weeks ago
jobs:
main.yml
if: ${{ github.actor != 'github.actions[bot]' }}
or
if: ${{ github.actor != 'dependabot[bot]' }}
For info see: https://stackoverflow.com/questions/71679568/github-actions-ignore-or-exclude-dependabot-pull-requests This would be useful for ALL SM pipelines!
jobs:
section of themain.yml
file:or
For info see: https://stackoverflow.com/questions/71679568/github-actions-ignore-or-exclude-dependabot-pull-requests This would be useful for ALL SM pipelines!