Skip to content

Copilot/fix GitHub actions workflow again#830

Merged
aaronpowell merged 3 commits intostagedfrom
copilot/fix-github-actions-workflow-again
Feb 27, 2026
Merged

Copilot/fix GitHub actions workflow again#830
aaronpowell merged 3 commits intostagedfrom
copilot/fix-github-actions-workflow-again

Conversation

@aaronpowell
Copy link
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI and others added 3 commits February 26, 2026 23:32
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 27, 2026 00:06
@aaronpowell aaronpowell merged commit f0ab433 into staged Feb 27, 2026
4 checks passed
@aaronpowell aaronpowell deleted the copilot/fix-github-actions-workflow-again branch February 27, 2026 00:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the GitHub Actions workflow triggering mechanism by ensuring the website deployment workflow is properly triggered after the publish workflow completes. The previous push-based trigger wouldn't work because pushes made by GITHUB_TOKEN don't trigger other workflows. The solution implements manual workflow dispatch using the GitHub CLI.

Changes:

  • Added actions: write permission to the publish workflow to enable workflow dispatch
  • Added a manual dispatch step in publish.yml to trigger deploy-website.yml after pushing to main
  • Removed the push trigger from deploy-website.yml and made it workflow_dispatch only

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish.yml Added actions: write permission and a step to manually dispatch the deploy-website workflow after publishing to main
.github/workflows/deploy-website.yml Removed push trigger and kept only workflow_dispatch, since GITHUB_TOKEN pushes don't trigger other workflows

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.

3 participants