Skip to content

Commit 1801b6f

Browse files
authored
Merge pull request #32343 from github/repo-sync
Repo sync
2 parents 4815cee + 46219e3 commit 1801b6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/using-workflows/events-that-trigger-workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,8 @@ jobs:
11761176
- {% data reusables.actions.schedule-delay %}
11771177
- In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days. For information on re-enabling a disabled workflow, see "[AUTOTITLE](/enterprise-server@3.12/actions/using-workflows/disabling-and-enabling-a-workflow#enabling-a-workflow)."
11781178
- When the last user to commit to the cron schedule of a workflow is removed from the organization, the scheduled workflow will be disabled. If a user with `write` permissions to the repository makes a commit that changes the cron schedule, the scheduled workflow will be re-activated.
1179+
- This event will only trigger a workflow run if the workflow file is on the default branch.
1180+
- Scheduled workflows will only run on the default branch.
11791181

11801182
{% endnote %}
11811183

0 commit comments

Comments
 (0)