Skip to content

Commit 9849a69

Browse files
committed
Only run for issues labeled as "new-contribution."
1 parent 6ffd266 commit 9849a69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_contributions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ permissions:
1212

1313
jobs:
1414
update:
15+
if: >
16+
github.event.issue.labels.*.name contains 'new-contribution'
1517
runs-on: ubuntu-latest
1618
steps:
1719
- name: Checkout sources

0 commit comments

Comments
 (0)