Skip to content

Correct deep-dive lockfile example to include manual dispatch trigger#1922

Merged
pelikhan merged 2 commits into
mainfrom
copilot/workshop-sync-add-workflow-dispatch
Jul 23, 2026
Merged

Correct deep-dive lockfile example to include manual dispatch trigger#1922
pelikhan merged 2 commits into
mainfrom
copilot/workshop-sync-add-workflow-dispatch

Conversation

Copilot AI commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The workshop’s compiled .lock.yml example in the deep-dive side quest omitted workflow_dispatch, which gave an inaccurate model of gh aw compile output for scheduled workflows. This updates the example to reflect the actual trigger set learners should expect.

  • Scope

    • Updated one documentation example in workshop/side-quest-05-02-aw-deep-dive.md under “The two files”.
  • Change

    • Added workflow_dispatch: to the sample compiled lockfile on: block alongside the generated cron schedule.
  • Before/after snippet

    on:
      schedule:
        - cron: "0 8 * * *"
      workflow_dispatch:

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
Copilot AI requested a review from pelikhan July 23, 2026 14:23
@pelikhan
pelikhan requested a review from Copilot July 23, 2026 14:32
@pelikhan
pelikhan marked this pull request as ready for review July 23, 2026 14:32
@pelikhan
pelikhan merged commit 517faf8 into main Jul 23, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/workshop-sync-add-workflow-dispatch branch July 23, 2026 14:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml on: block alongside the generated schedule cron 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[workshop-sync] workshop/side-quest-05-02-aw-deep-dive.md: sample compiled lock file missing workflow_dispatch trigger

3 participants