mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
ci: try another way to disable semantic validation of release prs
This commit is contained in:
parent
c8cba7a062
commit
eff05e1d46
4
.github/workflows/semantic-pull-requests.yml
vendored
4
.github/workflows/semantic-pull-requests.yml
vendored
@ -6,8 +6,6 @@ on:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
branches-ignore:
|
||||
- "v[0-9]*"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -17,7 +15,7 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
|
||||
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
|
||||
if: github.repository == 'nuxt/nuxt'
|
||||
if: github.repository == 'nuxt/nuxt' && !startsWith(github.head_ref, 'v')
|
||||
runs-on: ubuntu-latest
|
||||
name: Semantic pull request
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user