From 149f52eac1f8a17be3932964fa72893af710b62e Mon Sep 17 00:00:00 2001 From: max furman Date: Mon, 22 Jul 2024 20:27:44 -0700 Subject: [PATCH] Shut off ci while testing --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46fc02c07..b2781fe4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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