idk
This commit is contained in:
parent
e23fe3649c
commit
003744b30d
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
|||||||
6
|
7
|
||||||
|
2
.github/workflows/build-canaryv3.yml
vendored
2
.github/workflows/build-canaryv3.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Not github check
|
- name: Not github check
|
||||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
2
.github/workflows/build-nestv3.yml
vendored
2
.github/workflows/build-nestv3.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Not github check
|
- name: Not github check
|
||||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
2
.github/workflows/release-canaryv3.yml
vendored
2
.github/workflows/release-canaryv3.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Not github check
|
- name: Not github check
|
||||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
2
.github/workflows/release-nestv3.yml
vendored
2
.github/workflows/release-nestv3.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Not github check
|
- name: Not github check
|
||||||
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" || exit 1
|
run: echo "${PWD##*/}" | grep "gitea-pika-first-setup" && exit 1
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user