Update image-minimizer.yml
This commit is contained in:
parent
d192e25c1f
commit
70737b6fd4
1 changed files with 4 additions and 3 deletions
7
.github/workflows/image-minimizer.yml
vendored
7
.github/workflows/image-minimizer.yml
vendored
|
|
@ -1,3 +1,6 @@
|
|||
# This workflow has write permissions on the repo
|
||||
# It MUST NOT check out a PR and run untrusted code
|
||||
|
||||
name: Image Minimizer
|
||||
|
||||
on:
|
||||
|
|
@ -5,7 +8,7 @@ on:
|
|||
types: [created, edited]
|
||||
issues:
|
||||
types: [opened, edited]
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, edited]
|
||||
|
||||
permissions:
|
||||
|
|
@ -19,8 +22,6 @@ jobs:
|
|||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue