Fixed failing greetings CI (#16223)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
463ca1a804
commit
9b8f0d925d
1 changed files with 7 additions and 1 deletions
8
.github/workflows/greetings.yml
vendored
8
.github/workflows/greetings.yml
vendored
|
|
@ -3,11 +3,17 @@
|
|||
name: Greetings
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue