mirror of
https://github.com/Lissy93/dashy.git
synced 2025-01-01 13:32:35 +03:00
👷 Fix infinite loop in actions
This commit is contained in:
parent
ff64f711d9
commit
83da829ff5
14
.github/workflows/mind-your-language.yml
vendored
14
.github/workflows/mind-your-language.yml
vendored
@ -2,17 +2,11 @@
|
||||
name: 🎯 Mind your language
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
types: [opened]
|
||||
issue_comment:
|
||||
types:
|
||||
- created
|
||||
- edited
|
||||
pull_request_review_comment:
|
||||
types:
|
||||
- created
|
||||
- edited
|
||||
types: [created]
|
||||
pull_request:
|
||||
types: [opened]
|
||||
jobs:
|
||||
echo_issue_comment:
|
||||
runs-on: ubuntu-latest
|
||||
|
6
.github/workflows/unfurl-links.yml
vendored
6
.github/workflows/unfurl-links.yml
vendored
@ -2,11 +2,11 @@
|
||||
name: 🎯 Unfurl Links
|
||||
on:
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
types: [opened]
|
||||
issue_comment:
|
||||
types: [created, edited]
|
||||
types: [created]
|
||||
pull_request:
|
||||
types: [opened, edited]
|
||||
types: [opened]
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user