Skip to content

Commit

Permalink
Shut off ci while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 23, 2024
1 parent c3386a6 commit 149f52e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
ci:
permissions:
actions: read
contents: read
security-events: write
uses: smallstep/cli/.github/workflows/ci.yml@master
secrets: inherit
#ci:
# permissions:
# actions: read
# contents: read
# security-events: write
# uses: smallstep/cli/.github/workflows/ci.yml@master
# secrets: inherit

create_release:
name: Create Release
needs: ci
#needs: ci
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: smallstep/step-cli
Expand Down

0 comments on commit 149f52e

Please sign in to comment.