From 9599c57a200f8a227bc13bbf28946c309a3fbfac Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 7 Jan 2025 13:00:00 +0000 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5e85661c3d..2b3603549df 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,15 +78,15 @@ jobs: - name: Populate _headers run: cp .github/cfp_headers _deploy/_headers - # - name: Wait for other steps to succeed - # uses: t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # fork - # if: inputs.skip-checks != true - # with: - # ref: ${{ github.sha }} - # running-workflow-name: "Deploy to Cloudflare Pages" - # repo-token: ${{ secrets.GITHUB_TOKEN }} - # wait-interval: 10 - # check-regexp: ^((?!SonarCloud|SonarQube|issue|board|label|Release|prepare|GitHub Pages).)*$ + - name: Wait for other steps to succeed + uses: t3chguy/wait-on-check-action@18541021811b56544d90e0f073401c2b99e249d6 # fork + if: inputs.skip-checks != true + with: + ref: ${{ github.sha }} + running-workflow-name: "Deploy to Cloudflare Pages" + repo-token: ${{ secrets.GITHUB_TOKEN }} + wait-interval: 10 + check-regexp: ^((?!SonarCloud|SonarQube|issue|board|label|Release|prepare|GitHub Pages).)*$ - name: Deploy to Cloudflare Pages uses: cloudflare/pages-action@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca # v1