From 863f86fcd2073e776d74b3aab74103c5f44f3172 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Fri, 17 Jan 2025 09:40:43 -0300 Subject: [PATCH 1/3] ci: add wait-for-status check Signed-off-by: Felipe Zipitria --- .github/workflows/regression.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 265c2301b..ee62f5ff2 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -76,3 +76,14 @@ jobs: files: build/coverage-tinygo.txt flags: tinygo,${{ matrix.build-flag }} token: ${{ secrets.CODECOV_TOKEN }} + enforce-all-checks: + runs-on: ubuntu-latest + needs: test + permissions: + checks: read + steps: + - name: GitHub Checks + uses: poseidon/wait-for-status-checks@v0.6.0 + with: + token: ${{ secrets.GITHUB_TOKEN }} + \ No newline at end of file From 029a65f095ba27871e3d633e1112d8c8e4141205 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Fri, 17 Jan 2025 09:51:25 -0300 Subject: [PATCH 2/3] fix(ci): update github output matrix tags Signed-off-by: Felipe Zipitria --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index ee62f5ff2..57712fcfd 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -25,7 +25,7 @@ jobs: id: generate run: | go run mage.go tagsmatrix > tags.json - echo "::set-output name=tags::$(cat tags.json)" + echo "tags=$(cat tags.json)" >> $GITHUB_OUTPUT shell: bash test: needs: generate-matrix From ae80013d64acb89da15e3025c512c40c95513ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Zipitr=C3=ADa?= <3012076+fzipi@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:57:59 -0300 Subject: [PATCH 3/3] Update .github/workflows/regression.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Carlos Chávez --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 57712fcfd..7d2b17736 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -86,4 +86,4 @@ jobs: uses: poseidon/wait-for-status-checks@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file + \ No newline at end of file