Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 735 Bytes

File metadata and controls

32 lines (18 loc) · 735 Bytes

Change Log

1.0.0

  • Drop Python 2.7 support

0.6.1

  • Fix ancient copy/paste error from Travis pack

0.6.0

  • Default host configuration option to circleci.com. This way it works out of the box for public / SaaS Circle CI installations.

  • Add new run_project_build action which allows user to trigger a build for all the workflows for a particular project which utilizes workflows version v2.0.

  • Add new wait_until_build_finishes action which waits until all the workflows in a specific pipeline finish (API v2.0).

0.5.3

  • Ignore payloads with no content (Trigger won't be posted)

0.5.2

  • Minor linting fixes

0.5.0

  • Updated action runner_type from run-python to python-script