Skip to content

Commit 5e29ff7

Browse files
committed
fix pre-commit failure
1 parent 327142a commit 5e29ff7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Development
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize, reopened]
66

77
jobs:
@@ -348,7 +348,7 @@ jobs:
348348
- name: Skip build notification
349349
if: steps.check-changes.outputs.should_build == 'false'
350350
run: echo "Skipping UI preview build - no relevant files changed"
351-
351+
352352
build-and-push-container:
353353
runs-on: ubuntu-latest
354354
permissions:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
user_name: ${{ github.actor }}
245245
user_email: ${{ github.actor }}@users.noreply.github.com
246246
publish_branch: gh-pages
247-
247+
248248
build-and-push-container:
249249
needs: [unit-tests, integration-tests, e2e-tests]
250250
runs-on: ubuntu-latest

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
user_name: ${{ github.actor }}
289289
user_email: ${{ github.actor }}@users.noreply.github.com
290290
publish_branch: gh-pages
291-
291+
292292
build-and-push-container:
293293
needs: [unit-tests, integration-tests, e2e-tests]
294294
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
user_name: ${{ github.actor }}
288288
user_email: ${{ github.actor }}@users.noreply.github.com
289289
publish_branch: gh-pages
290-
290+
291291
build-and-push-container:
292292
needs: [unit-tests, integration-tests, e2e-tests]
293293
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)