Merge pull request #22324 from backstage/rugvip/skipbepibidiwap

.github/workflows: skip CI checks for beps
This commit is contained in:
Patrik Oldsberg
2024-01-18 18:35:43 +01:00
committed by GitHub
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
pull_request:
paths:
- 'microsite/**'
- 'beps/**'
permissions:
contents: read
+1
View File
@@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- 'microsite/**'
- 'beps/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
+1
View File
@@ -7,6 +7,7 @@ on:
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
- 'beps/**'
- 'scripts/**'
- 'storybook/**'
- '**/*.test.*'
@@ -9,6 +9,7 @@ on:
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
- 'beps/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
+1
View File
@@ -7,6 +7,7 @@ on:
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
- 'beps/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -7,6 +7,7 @@ on:
paths-ignore:
- '.github/workflows/verify_microsite.yml'
- 'microsite/**'
- 'beps/**'
- 'mkdocs.yml'
- 'docs/**'
+1
View File
@@ -5,6 +5,7 @@ on:
paths:
- '.github/workflows/verify_microsite.yml'
- 'microsite/**'
- 'beps/**'
- 'mkdocs.yml'
- 'docs/**'