Correct deep-dive lockfile example to include manual dispatch trigger#1922
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add workflow_dispatch trigger to compiled lock file
Correct deep-dive lockfile example to include manual dispatch trigger
Jul 23, 2026
pelikhan
approved these changes
Jul 23, 2026
pelikhan
marked this pull request as ready for review
July 23, 2026 14:32
There was a problem hiding this comment.
Pull request overview
Updates the workshop deep-dive side quest to show an accurate example of gh aw compile output for scheduled workflows by including the expected manual dispatch trigger in the sample compiled lockfile.
Changes:
- Adds
workflow_dispatch:to the sample.lock.ymlon:block alongside the generatedschedulecron entry.
Show a summary per file
| File | Description |
|---|---|
| workshop/side-quest-05-02-aw-deep-dive.md | Updates the compiled lockfile example to include workflow_dispatch: so learners see the full trigger set gh aw compile produces. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Low
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The workshop’s compiled
.lock.ymlexample in the deep-dive side quest omittedworkflow_dispatch, which gave an inaccurate model ofgh aw compileoutput for scheduled workflows. This updates the example to reflect the actual trigger set learners should expect.Scope
workshop/side-quest-05-02-aw-deep-dive.mdunder “The two files”.Change
workflow_dispatch:to the sample compiled lockfileon:block alongside the generated cron schedule.Before/after snippet