Skip to content

Commit

Permalink
Disable bump-version and goreleaser workflow in the forked repository (
Browse files Browse the repository at this point in the history
…#209)

* Update master.yml

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update master.yml

Signed-off-by: Kevin Su <pingsutw@apache.org>

* Update master.yml

Signed-off-by: Kevin Su <pingsutw@apache.org>
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
pingsutw authored and eapolinario committed Sep 13, 2023
1 parent 677e1e3 commit 9153dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flyteidl/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
bump-version:
if: github.repository == 'flyteorg/flyteidl'
name: Bump Version
runs-on: ubuntu-latest
outputs:
Expand All @@ -24,6 +25,7 @@ jobs:
DEFAULT_BUMP: patch

goreleaser:
if: github.repository == 'flyteorg/flyteidl'
name: Goreleaser
runs-on: ubuntu-latest
needs: [bump-version]
Expand Down

0 comments on commit 9153dc7

Please sign in to comment.