Skip to content

Commit 714cc71

Browse files
committed
test
1 parent f6e8190 commit 714cc71

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,4 @@ jobs:
77
container: centos:8
88
runs-on: [self-hosted, Linux, X64]
99
steps:
10-
- env:
11-
INPUT_TOKEN: ${{ github.token }}
12-
run: _secret_custom_checkout:7
13-
no-version:
14-
container: centos:8
15-
runs-on: [self-hosted, Linux, X64]
16-
steps:
17-
- env:
18-
INPUT_TOKEN: ${{ github.token }}
19-
run: _secret_custom_checkout
20-
latest-version:
21-
container: centos:8
22-
runs-on: [self-hosted, Linux, X64]
23-
steps:
24-
- env:
25-
INPUT_TOKEN: ${{ github.token }}
26-
run: _secret_custom_checkout:latest
10+
- run: sleep 10000

0 commit comments

Comments
 (0)