idk
This commit is contained in:
parent
9b323fbee1
commit
e23fe3649c
2
.github/build-nest-v3
vendored
2
.github/build-nest-v3
vendored
@ -1 +1 @@
|
|||||||
5
|
6
|
||||||
|
2
.github/github_pushback.sh
vendored
2
.github/github_pushback.sh
vendored
@ -4,7 +4,7 @@ if echo "${PWD##*/}" | grep "gitea-pika-first-setup"
|
|||||||
then
|
then
|
||||||
echo "This is github attempt pushback"
|
echo "This is github attempt pushback"
|
||||||
else
|
else
|
||||||
echo "No push back here" && exit 0
|
echo "No push back here" && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
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 0
|
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 0
|
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 0
|
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 0
|
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