Skip to content

Commit 2c2b2d4

Browse files
committed
ci: align release workflow gates
1 parent 3a6b522 commit 2c2b2d4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-internal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ env:
1414

1515
jobs:
1616
build-internal:
17-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-') || startsWith(github.ref, 'refs/tags/v')
1817
runs-on: ubuntu-latest
1918
timeout-minutes: 45
2019
environment: release-internal

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build-release:
17-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release-') || startsWith(github.ref, 'refs/tags/v')
17+
if: startsWith(github.ref, 'refs/tags/v')
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 45
2020
environment: release

0 commit comments

Comments
 (0)