Skip to content

Commit ffa0d0f

Browse files
authored
Update update_contributions.yml
1 parent a0c5450 commit ffa0d0f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/update_contributions.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ on:
44
# * is a special character in YAML so you have to quote this string
55
- cron: '45 4 * * *'
66
workflow_dispatch:
7-
issues:
8-
types:
9-
- opened
107
permissions:
118
contents: write
129

1310
jobs:
1411
update:
15-
if: >
16-
github.event.issue.labels.*.name contains 'new-contribution'
1712
runs-on: ubuntu-latest
1813
steps:
1914
- name: Checkout sources

0 commit comments

Comments
 (0)