Skip to content

Commit bace89a

Browse files
committed
Temp disable CI.
1 parent d4523a5 commit bace89a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

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

99
jobs:
10-
ci:
11-
permissions:
12-
actions: read
13-
contents: read
14-
security-events: write
15-
uses: smallstep/cli/.github/workflows/ci.yml@master
16-
secrets: inherit
10+
# ci:
11+
# permissions:
12+
# actions: read
13+
# contents: read
14+
# security-events: write
15+
# uses: smallstep/cli/.github/workflows/ci.yml@master
16+
# secrets: inherit
1717

1818
create_release:
1919
name: Create Release
20-
needs: ci
20+
# needs: ci
2121
runs-on: ubuntu-latest
2222
env:
2323
DOCKER_IMAGE: smallstep/step-cli

0 commit comments

Comments
 (0)