Skip to content

Commit

Permalink
Do not bump version on docs or boilerplate update (flyteorg#200)
Browse files Browse the repository at this point in the history
This consequently does not run the release wordflow

Signed-off-by: radiantly <[email protected]>
  • Loading branch information
radiantly authored Oct 18, 2021
1 parent 90e01a6 commit 6e20a25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions flytectl/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@ on:
push:
branches:
- master
paths-ignore:
- "docs/**"
- "boilerplate/**"

jobs:
bump-version:
name: Bump Version
if: github.event.head_commit.name != 'flyte-bot'
runs-on: ubuntu-latest
outputs:
version: ${{ steps.bump-version.outputs.tag }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
fetch-depth: "0"
- name: Bump version and push tag
id: bump-version
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }}
WITH_V: true
DEFAULT_BUMP: patch
DEFAULT_BUMP: patch

0 comments on commit 6e20a25

Please sign in to comment.