webPagetestAction icon indicating copy to clipboard operation
webPagetestAction copied to clipboard

run the action on comment/command instead of every push

Open staabm opened this issue 6 years ago • 3 comments

Wouldn't it make sense to run the action based on a user command with a given test-url, like

/webpagetest https://www.mywebsite/my-deep-url/

That way we could test urls which are more related to a pull request (instead of measuring only a single „hardcode“ url)

inspiration can be taken from e.g. https://github.com/cirrus-actions/rebase which does that with a different command.

I have no experience with docker or authoring github actions, therefore won't tackle it myself in the next weeks/months though.

staabm avatar Sep 14 '19 07:09 staabm

That's a good idea I will see what I can do ;) @all-contributors please add @staabm for ideas

JCofman avatar Sep 17 '19 20:09 JCofman

@JCofman

I've put up a pull request to add @staabm! :tada:

allcontributors[bot] avatar Sep 17 '19 20:09 allcontributors[bot]

In case its helpful I try to add something similar to another github action. https://github.com/OskarStark/php-cs-fixer-ga/pull/11

Maybe there is some room for inspiration

staabm avatar Sep 17 '19 20:09 staabm