Skip to content

Commit 774141d

Browse files
committed
revert: remove wait-for-ci from release
1 parent 608a465 commit 774141d

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: ci
33
on:
44
push:
55
branches: [main]
6-
tags: ['v*']
76
pull_request:
87
branches: [main]
98

.github/workflows/release.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,14 @@ name: release
33
permissions:
44
id-token: write
55
contents: write
6-
actions: read
76

87
on:
98
push:
109
tags:
1110
- 'v*'
1211

1312
jobs:
14-
wait-for-ci:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Wait for CI to complete
18-
uses: lewagon/wait-on-check-action@v1.3.4
19-
with:
20-
ref: ${{ github.sha }}
21-
check-name: ci
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
wait-interval: 10
24-
2513
release:
26-
needs: wait-for-ci
2714
runs-on: ubuntu-latest
2815
steps:
2916
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)