Skip to content

Commit

Permalink
ci: disable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Nov 12, 2024
1 parent 8ac569e commit e1ef1ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ concurrency:
group: ${{github.workflow}}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: write

jobs:
prepare:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -69,6 +72,8 @@ jobs:
# - qwik-ts
deploy:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
contents: write
needs:
- prepare
- compile-and-test
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
required: true
type: string

permissions:
contents: write

defaults:
run:
shell: 'bash'
Expand All @@ -23,6 +26,7 @@ env:
npm_config_audit: false
npm_config_fund: false


jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1ef1ca

Please sign in to comment.