Skip to content

Commit

Permalink
C'est peut-être mieux comme ça
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Oct 24, 2023
1 parent 8fe81c5 commit f8cb139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
permissions:
contents: write # Allows this job to create releases
with:
dry-run: ${{ github.event_name != 'push' || github.ref_name != 'main' }}
dry-run: ${{ github.ref_name != 'main' }}
needs: [ typechecking, tests ]
uses: ./.github/workflows/release.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
dry-run:
description: 'Compiles the app but not upload artifacts to distribution server'
default: startsWith(${{github.ref_name}}, "v")
default: false
required: false
type: boolean

Expand Down

0 comments on commit f8cb139

Please sign in to comment.