This will avoid pestering users with failed workflow run messages for workflows that should not even be running in their repos.
@@ -9,6 +9,7 @@ on:
jobs:
add-to-project:
name: Add issue to project
+ if: github.repository == 'netdata/netdata'
runs-on: ubuntu-latest
steps:
- name: Add issues to Agent project board
@@ -13,6 +13,7 @@ on:
trigger_cloud_regression_tests:
- name: Evaluate workflow dispatch parameters
env:
@@ -10,7 +10,7 @@ jobs:
cleanup:
name: PackageCloud Cleanup
- if: always()
strategy:
fail-fast: false
matrix: