Skip to content

Commit bc70efa

Browse files
committed
Turn off CI temporarily
1 parent 7a9570d commit bc70efa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
88

99
jobs:
10-
ci:
11-
uses: smallstep/autocert/.github/workflows/ci.yml@master
12-
secrets: inherit
10+
#ci:
11+
# uses: smallstep/autocert/.github/workflows/ci.yml@master
12+
# secrets: inherit
1313

1414
create_release:
1515
name: Create Release
16-
needs: ci
16+
#needs: ci
1717
runs-on: ubuntu-latest
1818
env:
1919
INIT_DOCKER_IMAGE: smallstep/autocert-init

0 commit comments

Comments
 (0)