Skip to content

Commit 7dbd4e3

Browse files
authored
ci: timeout release job after 1 hour (#285)
1 parent be089d2 commit 7dbd4e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Install
3030
run: yarn install --frozen-lockfile
3131
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
32+
timeout-minutes: 60
3233
with:
3334
project-id: ${{ secrets.CFA_PROJECT_ID }}
3435
secret: ${{ secrets.CFA_SECRET }}

0 commit comments

Comments
 (0)