diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index eb0ea35e05..dfc66648f3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -461,7 +461,13 @@ jobs: checks: write contents: read - environment: "test-trigger-is" + # Use the environment only to gate its secrets; skip creating a deployment + # object so these runs don't post "deployed to test-trigger-is" items on the + # pull request timeline. See: + # https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments + environment: + name: "test-trigger-is" + deployment: false steps: - name: Generate GitHub App Token (check runs) @@ -536,7 +542,13 @@ jobs: permissions: contents: read - environment: "test-trigger-is" + # Use the environment only to gate its secrets; skip creating a deployment + # object so these runs don't post "deployed to test-trigger-is" items on the + # pull request timeline. See: + # https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments + environment: + name: "test-trigger-is" + deployment: false steps: - name: Generate GitHub App Token diff --git a/.github/workflows/start-integration-tests.yml b/.github/workflows/start-integration-tests.yml index 47fd1df741..2a01d623a4 100644 --- a/.github/workflows/start-integration-tests.yml +++ b/.github/workflows/start-integration-tests.yml @@ -13,7 +13,13 @@ jobs: group: databricks-deco-testing-runner-group labels: ubuntu-latest-deco - environment: "test-trigger-is" + # Use the environment only to gate its secrets; skip creating a deployment + # object so these runs don't post "deployed to test-trigger-is" items on the + # pull request timeline. See: + # https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments + environment: + name: "test-trigger-is" + deployment: false steps: - name: Generate GitHub App Token for Workflow Trigger