File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defaults:
2727jobs :
2828 detect-changes :
2929 # Skip for Dependabot PRs — they can't access the Pro license secret
30- if : github.actor != 'dependabot[bot]'
30+ if : github.event_name != 'pull_request' || github. actor != 'dependabot[bot]'
3131 permissions :
3232 contents : read
3333 actions : read
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defaults:
2727jobs :
2828 detect-changes :
2929 # Skip for Dependabot PRs — they can't access the Pro license secret
30- if : github.actor != 'dependabot[bot]'
30+ if : github.event_name != 'pull_request' || github. actor != 'dependabot[bot]'
3131 permissions :
3232 contents : read
3333 actions : read
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ defaults:
2727jobs :
2828 detect-changes :
2929 # Skip for Dependabot PRs — they can't access the Pro license secret
30- if : github.actor != 'dependabot[bot]'
30+ if : github.event_name != 'pull_request' || github. actor != 'dependabot[bot]'
3131 permissions :
3232 contents : read
3333 actions : read
You can’t perform that action at this time.
0 commit comments