Fixed failing greetings CI (#16223)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Francesco Mattioli 2024-09-11 18:57:37 +02:00 committed by GitHub
parent 463ca1a804
commit 9b8f0d925d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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