From e23fe3649cb7e42956ee3b7a6f8d14d16391862f Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Wed, 4 Dec 2024 20:14:29 +0300 Subject: [PATCH] idk --- .github/build-nest-v3 | 2 +- .github/github_pushback.sh | 2 +- .github/workflows/build-canaryv3.yml | 2 +- .github/workflows/build-nestv3.yml | 2 +- .github/workflows/release-canaryv3.yml | 2 +- .github/workflows/release-nestv3.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index 7ed6ff8..1e8b314 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -5 +6 diff --git a/.github/github_pushback.sh b/.github/github_pushback.sh index e58e591..1ebfd47 100755 --- a/.github/github_pushback.sh +++ b/.github/github_pushback.sh @@ -4,7 +4,7 @@ if echo "${PWD##*/}" | grep "gitea-pika-first-setup" then echo "This is github attempt pushback" else - echo "No push back here" && exit 0 + echo "No push back here" && exit 1 fi diff --git a/.github/workflows/build-canaryv3.yml b/.github/workflows/build-canaryv3.yml index 8c4f21d..0f213ce 100644 --- a/.github/workflows/build-canaryv3.yml +++ b/.github/workflows/build-canaryv3.yml @@ -19,7 +19,7 @@ jobs: steps: - 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 diff --git a/.github/workflows/build-nestv3.yml b/.github/workflows/build-nestv3.yml index 53424ac..9f640f1 100644 --- a/.github/workflows/build-nestv3.yml +++ b/.github/workflows/build-nestv3.yml @@ -19,7 +19,7 @@ jobs: steps: - 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 diff --git a/.github/workflows/release-canaryv3.yml b/.github/workflows/release-canaryv3.yml index a0fc7e8..9eba62f 100644 --- a/.github/workflows/release-canaryv3.yml +++ b/.github/workflows/release-canaryv3.yml @@ -19,7 +19,7 @@ jobs: steps: - 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 diff --git a/.github/workflows/release-nestv3.yml b/.github/workflows/release-nestv3.yml index dbf7276..04a77af 100644 --- a/.github/workflows/release-nestv3.yml +++ b/.github/workflows/release-nestv3.yml @@ -19,7 +19,7 @@ jobs: steps: - 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