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:
parent
e33f8446af
commit
12712f5547
1 changed files with 5 additions and 6 deletions
11
.github/workflows/ui-components.yml
vendored
11
.github/workflows/ui-components.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue