File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,22 @@ jobs:
27
27
git diff --exit-code go.mod
28
28
git diff --exit-code go.sum
29
29
30
+ # This check is disabled because of GitHub API instability: 504 Gateway Timeout.
30
31
# Checks: GitHub action assets
31
- check-generated :
32
- runs-on : ubuntu-latest
33
- steps :
34
- - uses : actions/checkout@v4
35
- with :
36
- fetch-depth : 0
37
- - uses : actions/setup-go@v5
38
- with :
39
- go-version : ${{ env.GO_VERSION }}
40
- - name : Check generated files are up-to-date
41
- run : make fast_check_generated
42
- env :
43
- # needed for github-action-config.json generation
44
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
+ # check-generated:
33
+ # runs-on: ubuntu-latest
34
+ # steps:
35
+ # - uses: actions/checkout@v4
36
+ # with:
37
+ # fetch-depth: 0
38
+ # - uses: actions/setup-go@v5
39
+ # with:
40
+ # go-version: ${{ env.GO_VERSION }}
41
+ # - name: Check generated files are up-to-date
42
+ # run: make fast_check_generated
43
+ # env:
44
+ # # needed for github-action-config.json generation
45
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
46
47
check-local-install-script :
47
48
name : Installation script (local)
You can’t perform that action at this time.
0 commit comments