mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-28 03:17:56 +01:00
👷 Fix infinite loop in actions
This commit is contained in:
parent
ff64f711d9
commit
83da829ff5
2 changed files with 7 additions and 13 deletions
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 a new issue