Skip to content

Commit

Permalink
Uni pr (#17307)
Browse files Browse the repository at this point in the history
* chore: testing mergequeue

* Adding mergequeue ci

* chore: testing mergequeue

* chore: testing mergequeue

* chore: testing mergequeue

* chore: testing mergequeue

* chore: nx format:write update dirty files

* chore: testing mergequeue

* chore: testing mergequeue

* Uni pr (#17280)

* chore: testing mergequeue

* Adding mergequeue ci

* chore: testing mergequeue

* chore: testing mergequeue

---------

Co-authored-by: andes-it <builders@andes.is>
  • Loading branch information
robertaandersen and andes-it authored Dec 20, 2024
1 parent c6d1bff commit 7965a1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/external-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: External checks
on:
pull_request:
branches-ignore:
- 'feature/unicorn*'
- 'feature/unicorn-app'
workflow_dispatch: {}

defaults:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/merge-queue-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: actions/checkout@v3
- name: Display info
run: |
echo "Hallo Merge Queue"
pwd
tree -a -I '.git'
git status
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pullrequest-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- closed
branches-ignore:
- 'uni-pr'
- 'feature/unicorn-app'

defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'release/**'
- 'pre-release/**'
- '!uni-pr'
- '!feature/unicorn-app'
paths-ignore:
- '**/*.md'
tags:
Expand All @@ -16,6 +17,7 @@ on:
pull_request:
branches:
- '!uni-pr'
- '!feature/unicorn-app'
types:
- opened
- synchronize
Expand Down

0 comments on commit 7965a1a

Please sign in to comment.