Skip to content

Update Actions#1

Open
augustopher wants to merge 1 commit intomainfrom
update-actions
Open

Update Actions#1
augustopher wants to merge 1 commit intomainfrom
update-actions

Conversation

@augustopher
Copy link

@augustopher augustopher commented Apr 1, 2025

Got several deprecation notices on previous runs, and the latest run from main produced errors for unsupported actions managed by GitHub, so looking to move to the latest releases for all actions in the workflow.

@augustopher augustopher added the enhancement New feature or request label Apr 1, 2025
@augustopher augustopher self-assigned this Apr 1, 2025
@augustopher
Copy link
Author

augustopher commented Apr 1, 2025

Noticed that the triggers:

on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

are causing runs and deployments for PRs going into main, which override the published version from main (see the run for this PR).

Wondering if we should remove the PR trigger, or find a way to deploy elsewhere. Not a huge deal, as we can always do a manual trigger on main to get that build back in place as needed.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant