0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-15 03:02:51 -05:00

Update ui-components.yml

This commit is contained in:
Juan Picado 2025-03-02 18:19:01 +01:00
parent e33f8446af
commit 12712f5547

View file

@ -7,16 +7,15 @@ on:
# - master
workflow_dispatch:
concurrency:
group: ui-deploy-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read # to fetch code (actions/checkout)
contents: read
jobs:
deploy:
permissions:
contents: read # to fetch code (actions/checkout)
deployments: write
pull-requests: write # to comment on pull-requests
runs-on: ubuntu-latest
if: github.repository == 'verdaccio/verdaccio'
env: