Skip to content

Commit

Permalink
added reuseable workflow for boilerplate (flyteorg#132)
Browse files Browse the repository at this point in the history
* feat: added reuseable workflow for boilerplate

Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>
  • Loading branch information
yindia committed Apr 27, 2022
1 parent 3426046 commit b94c578
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 37 deletions.
37 changes: 0 additions & 37 deletions flytestdlib/.github/workflows/boilerplate-automation.yml

This file was deleted.

12 changes: 12 additions & 0 deletions flytestdlib/.github/workflows/upgrade_automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Boilerplate Upgrade Automation
on:
workflow_dispatch:

jobs:
trigger-upgrade:
name: Boilerplate Upgrade Automation
uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master
with:
component: boilerplate
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

0 comments on commit b94c578

Please sign in to comment.