Skip to content

Commit 839e2e9

Browse files
committed
check checking all-green
1 parent c05a863 commit 839e2e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ jobs:
9797
needs: [lint, test, coverage]
9898
runs-on: ubuntu-latest
9999

100-
outputs:
101-
result: ${{ steps.all-green.outputs.result }}
102-
103100
steps:
104101
- name: Decide whether the needed jobs succeeded or failed
105102
uses: re-actors/alls-green@release/v1
@@ -108,7 +105,7 @@ jobs:
108105

109106
release:
110107
needs: [check]
111-
if: "needs.check.outputs.result == 'success' && startsWith(github.ref, 'refs/tags/')"
108+
if: "success() && startsWith(github.ref, 'refs/tags/')"
112109
runs-on: ubuntu-latest
113110
environment: release
114111

0 commit comments

Comments
 (0)