diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96d5602..544e30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} command: pages deploy --commit-dirty=true --project-name=bifroest-engity-org var/doc - - name: print deployment-url + - name: Report if: contains(github.event.pull_request.labels.*.name, 'test_publish') env: DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }} diff --git a/.github/workflows/pr-update.yaml b/.github/workflows/pr-update.yaml index dd3211f..be46ac5 100644 --- a/.github/workflows/pr-update.yaml +++ b/.github/workflows/pr-update.yaml @@ -52,7 +52,6 @@ jobs: - name: Execute id: refs - working-directory: .build run: | set -ex go run ./cmd/build inspect-pr-action --log.colorMode=always "${{github.event.action}}" "${{github.event.label.name}}"