Skip to content

Commit

Permalink
Merge pull request #52594 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 9, 2024
2 parents ea2ec94 + a179ab9 commit 7c90885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ jobs:

| Webhook event payload | Activity types | `GITHUB_SHA` | `GITHUB_REF` |
| --------------------- | -------------- | ------------ | -------------|
| [`push`](/webhooks-and-events/webhooks/webhook-events-and-payloads#push) | Not applicable | When you delete a branch, the SHA in the workflow run (and its associated refs) reverts to the default branch of the repository. | Updated ref |
| [`push`](/webhooks-and-events/webhooks/webhook-events-and-payloads#push) | Not applicable | Tip commit pushed to the ref. When you delete a branch, the SHA in the workflow run (and its associated refs) reverts to the default branch of the repository. | Updated ref |

{% note %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,8 @@ Prevents a job from failing when a step fails. Set to `true` to allow a job to p

The maximum number of minutes to run the step before killing the process.

Fractional values are not supported. `timeout-minutes` must be a positive integer.

## `jobs.<job_id>.timeout-minutes`

The maximum number of minutes to let a job run before {% data variables.product.prodname_dotcom %} automatically cancels it. Default: 360
Expand Down

0 comments on commit 7c90885

Please sign in to comment.