Skip to content

Commit f4297a2

Browse files
committed
ci: add cloudflared version to job name
1 parent 8d11f4f commit f4297a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424
- "2023.2.2"
2525
- "2022.12.1"
2626

27-
name: "${{ matrix.os }}"
27+
name: "${{ matrix.os }} - ${{ matrix.version }}"
2828
runs-on: ${{ matrix.os }}
29+
timeout-minutes: 30
2930
env:
3031
VERBOSE: 1
3132
TUNNEL_TOKEN: ${{ secrets.TUNNEL_TOKEN }}

0 commit comments

Comments
 (0)